diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index f745653..d9909a9 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -36,4 +36,6 @@ jobs: - name: Check cached dependency records working-directory: ${{ github.workspace }} - run: $RUNNER_TEMP/licensed-5.0.4/exe/licensed status \ No newline at end of file + run: | + cd $RUNNER_TEMP/licensed-5.0.4 + bundle exec exe/licensed status -C ${{ github.workspace }} \ No newline at end of file