From ac26401dd4c9e5943075e381a7d2d22574884dff Mon Sep 17 00:00:00 2001 From: scap3yvt <149599669+scap3yvt@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:06:27 -0400 Subject: [PATCH] let's add the shell --- .github/workflows/dependencies/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependencies/action.yml b/.github/workflows/dependencies/action.yml index 98ce31f72..e88ffb8b2 100644 --- a/.github/workflows/dependencies/action.yml +++ b/.github/workflows/dependencies/action.yml @@ -61,6 +61,7 @@ runs: echo "If only-modified is triggered: ${{ steps.changed-files-specific.outputs.only_modified }}" - name: Set output + shell: bash run: echo "other_modified_files_count=${{ steps.changed-files-specific.outputs.other_modified_files_count }}" >> $GITHUB_OUTPUT