diff --git a/.github/workflows/_dispatcher.yml b/.github/workflows/_dispatcher.yml index 5539415..f0bda27 100644 --- a/.github/workflows/_dispatcher.yml +++ b/.github/workflows/_dispatcher.yml @@ -65,7 +65,7 @@ jobs: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: | chmod +x .github/scripts/check-patterns.sh - echo "builder_strategy=$(./.github/scripts/check-patterns.sh $ALL_CHANGED_FILES)" >> $GITHUB_OUTPUT + echo "builder_strategy=$(./.github/scripts/check-patterns.sh "$ALL_CHANGED_FILES")" >> $GITHUB_OUTPUT # Possible dispatching scenarios # 0: don't run anything