1
0
Fork 0
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:
Bassem Dghaidi 2025-08-06 13:13:47 -07:00 committed by GitHub
parent c36116c3f4
commit 94f7b5d913

View file

@ -36,4 +36,6 @@ jobs:
- name: Check cached dependency records - name: Check cached dependency records
working-directory: ${{ github.workspace }} 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 }}