mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-08-08 07:14:52 +02:00
Fix bundle exec
This commit is contained in:
parent
c36116c3f4
commit
94f7b5d913
1 changed files with 3 additions and 1 deletions
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue