Skip to content

Commit 2ee706e

Browse files
authored
Fix with another approach
1 parent 94f7b5d commit 2ee706e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/licensed.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
bundle install
3636
3737
- name: Check cached dependency records
38-
working-directory: ${{ github.workspace }}
3938
run: |
40-
cd $RUNNER_TEMP/licensed-5.0.4
41-
bundle exec exe/licensed status -C ${{ github.workspace }}
39+
cd ${{ github.workspace }}
40+
BUNDLE_GEMFILE=$RUNNER_TEMP/licensed-5.0.4/Gemfile bundle exec $RUNNER_TEMP/licensed-5.0.4/exe/licensed status

0 commit comments

Comments
 (0)