mirror of
https://github.com/actions/cache.git
synced 2025-08-10 06:14:27 +02:00
Fix bundle exec
This commit is contained in:
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
@@ -36,4 +36,6 @@ jobs:
|
||||
|
||||
- name: Check cached dependency records
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: $RUNNER_TEMP/licensed-5.0.4/exe/licensed status
|
||||
run: |
|
||||
cd $RUNNER_TEMP/licensed-5.0.4
|
||||
bundle exec exe/licensed status -C ${{ github.workspace }}
|
Reference in New Issue
Block a user