From 2ee706ef74683b68fd97d45e549070fc28642768 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:18:40 -0700 Subject: [PATCH] Fix with another approach --- .github/workflows/licensed.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index d9909a9..a60d013 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -35,7 +35,6 @@ jobs: bundle install - name: Check cached dependency records - working-directory: ${{ github.workspace }} run: | - cd $RUNNER_TEMP/licensed-5.0.4 - bundle exec exe/licensed status -C ${{ github.workspace }} \ No newline at end of file + cd ${{ github.workspace }} + BUNDLE_GEMFILE=$RUNNER_TEMP/licensed-5.0.4/Gemfile bundle exec $RUNNER_TEMP/licensed-5.0.4/exe/licensed status \ No newline at end of file