We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678d427 commit bfccc7fCopy full SHA for bfccc7f
entrypoint.sh
@@ -18,3 +18,5 @@ git config --global user.name "${GITHUB_ACTOR}"
18
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
19
echo 'ready to push'
20
git push backup master -f
21
+git remote remove backup
22
+
0 commit comments