diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index d9909a9..a60d013 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -35,7 +35,6 @@ jobs: bundle install - name: Check cached dependency records - working-directory: ${{ github.workspace }} run: | - cd $RUNNER_TEMP/licensed-5.0.4 - bundle exec exe/licensed status -C ${{ github.workspace }} \ No newline at end of file + cd ${{ github.workspace }} + BUNDLE_GEMFILE=$RUNNER_TEMP/licensed-5.0.4/Gemfile bundle exec $RUNNER_TEMP/licensed-5.0.4/exe/licensed status \ No newline at end of file