Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy-sauce committed Mar 13, 2024
1 parent e79b27a commit e76433f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-jsonschema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
if git diff --cached --exit-code; then
if ! git diff --cached --exit-code; then
git commit -m "update json schemas"
git push
fi

0 comments on commit e76433f

Please sign in to comment.