From 94f7b5d9135a3af2d928e87120da293c9a920f90 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:13:47 -0700 Subject: [PATCH] Fix bundle exec --- .github/workflows/licensed.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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