Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekVigas committed Nov 16, 2024
1 parent b7e5a57 commit 6416caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/form-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
md5sum form.zip
md5sum form.zip > ./public/form.zip.md5
if ! git diff --exit-code ./public/form.zip.md5; then
if git diff --exit-code ./public/form.zip.md5; then
echo "skipnext=true" >> $GITHUB_OUTPUT
else
echo "skipnext=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6416caa

Please sign in to comment.