We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938daa1 commit 406f018Copy full SHA for 406f018
.github/workflows/update_workflow.yaml
@@ -56,7 +56,7 @@ jobs:
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
run: |
59
- if [ -n "$(git status --porcelain | { grep -v '^?? ' || test $? = 1 })" ]; then
+ if [ -n "$(git status --porcelain | { grep -v '^?? ' || test $? = 1; })" ]; then
60
PR_TITLE="chore: update workflow template action versions"
61
BRANCH="chore/workflows_$(date +%Y-%m-%d)"
62
0 commit comments