Skip to content

Commit 406f018

Browse files
authored
ci: fix workflow syntax (#68)
1 parent 938daa1 commit 406f018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
run: |
59-
if [ -n "$(git status --porcelain | { grep -v '^?? ' || test $? = 1 })" ]; then
59+
if [ -n "$(git status --porcelain | { grep -v '^?? ' || test $? = 1; })" ]; then
6060
PR_TITLE="chore: update workflow template action versions"
6161
BRANCH="chore/workflows_$(date +%Y-%m-%d)"
6262

0 commit comments

Comments
 (0)