We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2729321 commit 2bcf3a3Copy full SHA for 2bcf3a3
.github/workflows/push.yaml
@@ -116,7 +116,7 @@ jobs:
116
git diff --cached | tee diff.file
117
echo "BUNDLE_DIFF=$(wc -c < diff.file)" >> "$GITHUB_OUTPUT"
118
- name: "Make PR"
119
- if: ${{ steps.branch.BUNDLE_DIFF }} > 0
+ if: steps.branch.BUNDLE_DIFF > 0
120
run: |
121
git config user.name "github-actions[bot]"
122
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments