Skip to content

Commit

Permalink
chore: allow empty commit to avoid workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan committed Oct 17, 2023
1 parent 40239c5 commit ce344fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config user.email [email protected]
python3 build.py
git add all.sas
git commit -m "chore: updating all.sas"
git commit -m "chore: updating all.sas" --allow-empty
git push

0 comments on commit ce344fc

Please sign in to comment.