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 57e5adb commit c0004c1Copy full SHA for c0004c1
action.yml
@@ -55,7 +55,7 @@ runs:
55
shell: bash -el {0}
56
if: ${{ env.REPLACE == 'true' }}
57
run: |
58
- if ! git diff --quiet; then
+ if git diff --quiet; then
59
git config --global user.name "github-actions[bot]"
60
git config --global user.email "github-actions[bot]@users.noreply.github.com"
61
git add .
0 commit comments