Commit 5fd7080 1 parent b608aff commit 5fd7080 Copy full SHA for 5fd7080
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ push_tags() {
61
61
# Retrieve target repository
62
62
echo -e " \nGetting latest commit of ${GITHUB_REPOSITORY} @${INPUT_BRANCH} ..."
63
63
git config --local --name-only --get-regexp " http\.https\:\/\/github\.com\/\.extraheader" && git config --local --unset-all " http.https://github.com/.extraheader" || :
64
- git submodule foreach --recursive ' git config --local --name-only --get-regexp "http\.https\:\/\/github\.com\/\.extraheader" && git config --local--unset-all "http.https://github.com/.extraheader" || :'
64
+ git submodule foreach --recursive ' git config --local --name-only --get-regexp "http\.https\:\/\/github\.com\/\.extraheader" && git config --local --unset-all "http.https://github.com/.extraheader" || :'
65
65
git remote set-url origin https://${GITHUB_ACTOR} :${INPUT_TOKEN} @github.com/$GITHUB_REPOSITORY .git
66
66
git fetch --unshallow -tpP origin || :
67
67
echo " Getting latest commit of ${GITHUB_REPOSITORY} @${INPUT_BRANCH} ... DONE!"
You can’t perform that action at this time.
0 commit comments