Skip to content

Commit

Permalink
enclose GH expressions in quotes if evaluated as shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Dec 13, 2024
1 parent b8cbc46 commit 627706c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sc4pac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
STEX_API_KEY: ${{ secrets.STEX_API_KEY }}
# We are on an actual branch of the repository, so run script here in the repository.
# TODO This is not perfect yet, as `before` does not exist on new branches or forced pushes.
run: git diff --name-only ${{ github.event.before }} -- src/yaml | xargs --delimiter '\n' python .github/st-check-updates.py --mode=id
run: git diff --name-only '${{ github.event.before }}' -- src/yaml | xargs --delimiter '\n' python .github/st-check-updates.py --mode=id

deploy:
needs: lint # url-check is not needed as ST is flaky
Expand Down

0 comments on commit 627706c

Please sign in to comment.