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