ci: Always exit 0

This commit is contained in:
Ahmad Ansori Palembani 2024-12-05 12:05:25 +07:00
parent 0406160452
commit 3b9eb8a30a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -44,4 +44,4 @@ jobs:
git config --global user.email "actions@github.com" git config --global user.email "actions@github.com"
git remote add mirror https://$MIRROR_USERNAME:$MIRROR_AUTH@$MIRROR_URL git remote add mirror https://$MIRROR_USERNAME:$MIRROR_AUTH@$MIRROR_URL
git push --mirror -v mirror git push --mirror -v mirror || true