Skip to content

Commit 2bcf3a3

Browse files
committed
ci: fix for zizmor unsound-condition rule
1 parent 2729321 commit 2bcf3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
git diff --cached | tee diff.file
117117
echo "BUNDLE_DIFF=$(wc -c < diff.file)" >> "$GITHUB_OUTPUT"
118118
- name: "Make PR"
119-
if: ${{ steps.branch.BUNDLE_DIFF }} > 0
119+
if: steps.branch.BUNDLE_DIFF > 0
120120
run: |
121121
git config user.name "github-actions[bot]"
122122
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)