WORKFLOW: trying again without the push job - fix3 [skip ci]

This commit is contained in:
XargonWan 2025-02-03 13:37:11 +09:00
parent 68fe5423c2
commit c86ed6c871

View file

@ -98,7 +98,7 @@ git add .
git commit -m "Update RetroDECK to v$relname from RetroDECK/$rd_branch" git commit -m "Update RetroDECK to v$relname from RetroDECK/$rd_branch"
if [ -n "${GITHUB_WORKFLOW}" ]; then if [ -n "${GITHUB_WORKFLOW}" ]; then
git push --force "https://${GITHUB_TOKEN}@github.com/${flathub_target_repo}" "$relname" git push --force "https://${GITHUB_TOKEN}:x-oauth-basic@github.com/${flathub_target_repo}" "$relname"
else else
git push --force "https://github.com/${flathub_target_repo}" "$relname" git push --force "https://github.com/${flathub_target_repo}" "$relname"
fi fi