1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 17:40:05 +00:00

chore: allow empty commit to avoid workflow error

This commit is contained in:
Allan
2023-10-17 16:12:50 +01:00
parent 40239c53d8
commit ce344fc8e2

View File

@@ -26,7 +26,7 @@ jobs:
git config user.email github-actions@github.com
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