Browse Source

Prevent CI fail when no changes are found to push to renamed

pull/10109/head
dolfies 3 years ago
parent
commit
0379c0cf16
  1. 6
      .github/workflows/rename.yml

6
.github/workflows/rename.yml

@ -37,7 +37,5 @@ jobs:
git switch renamed
git checkout stash -- .
git commit -am "Synchronize selfcord"
git push origin renamed
exit 0
(git commit -am "Synchronize selfcord") || true
(git push origin renamed) || true

Loading…
Cancel
Save