Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Dec 19, 2024
1 parent 35712e1 commit 45b583e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-grammar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Commit changes
run: |
git add ./smali-opcodes/grammar.yaml
git add ./public/grammar.yaml
if git diff --cached --quiet; then
echo "No changes to commit."
exit 0
Expand Down

0 comments on commit 45b583e

Please sign in to comment.