Skip to content

Commit bfccc7f

Browse files
authored
Fix the error when add git remote (#5)
* Fix the error when add git remote * Always remove remote backup at the end
1 parent 678d427 commit bfccc7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ git config --global user.name "${GITHUB_ACTOR}"
1818
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
1919
echo 'ready to push'
2020
git push backup master -f
21+
git remote remove backup
22+

0 commit comments

Comments
 (0)