mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: trying again without the push job - fix3 [skip ci]
This commit is contained in:
parent
68fe5423c2
commit
c86ed6c871
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue