We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f7b5d commit 2ee706eCopy full SHA for 2ee706e
1 file changed
.github/workflows/licensed.yml
@@ -35,7 +35,6 @@ jobs:
35
bundle install
36
37
- name: Check cached dependency records
38
- working-directory: ${{ github.workspace }}
39
run: |
40
- cd $RUNNER_TEMP/licensed-5.0.4
41
- bundle exec exe/licensed status -C ${{ github.workspace }}
+ cd ${{ github.workspace }}
+ BUNDLE_GEMFILE=$RUNNER_TEMP/licensed-5.0.4/Gemfile bundle exec $RUNNER_TEMP/licensed-5.0.4/exe/licensed status
0 commit comments