Skip to content

Commit c0004c1

Browse files
authored
fix minor code break
1 parent 57e5adb commit c0004c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
shell: bash -el {0}
5656
if: ${{ env.REPLACE == 'true' }}
5757
run: |
58-
if ! git diff --quiet; then
58+
if git diff --quiet; then
5959
git config --global user.name "github-actions[bot]"
6060
git config --global user.email "github-actions[bot]@users.noreply.github.com"
6161
git add .

0 commit comments

Comments
 (0)