Skip to content

Commit

Permalink
fix arg passing
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Feb 12, 2024
1 parent 4dffc65 commit 9714a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9714a0f

Please sign in to comment.