Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 27, 2023
1 parent 2b2b932 commit 18b9262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/SyncFromRaw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
git pull
git add .
git status
git commit -m 'Actions auto update' && git push -f origin ${SUBMMIT_BRANCH} || git push --tags || echo "No changes to commit"
git commit -m 'Actions auto update' --allow-empty
git push -f origin ${SUBMMIT_BRANCH}

0 comments on commit 18b9262

Please sign in to comment.