mirror of
https://github.com/sasjs/core.git
synced 2026-01-15 04:20:05 +00:00
chore: allow empty commit to avoid workflow error
This commit is contained in:
2
.github/workflows/notmain.yml
vendored
2
.github/workflows/notmain.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
python3 build.py
|
python3 build.py
|
||||||
git add all.sas
|
git add all.sas
|
||||||
git commit -m "chore: updating all.sas"
|
git commit -m "chore: updating all.sas" --allow-empty
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user