Skip to content

Commit

Permalink
Add required options for push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 30, 2023
1 parent 493fcfe commit 97aa1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ git config --global --add safe.directory ${PWD}
echo -e "\nFetching the latest information from '${GITHUB_REPOSITORY}' ..."
git config --local --name-only --get-regexp "http\.${GITHUB_SERVER_URL@Q}\/\.extraheader" && git config --local --unset-all "http.${GITHUB_SERVER_URL}/.extraheader" || :
git submodule foreach --recursive 'git config --local --name-only --get-regexp "http\.${GITHUB_SERVER_URL@Q}\/\.extraheader" && git config --local --unset-all "http.${GITHUB_SERVER_URL}/.extraheader" || :'
git remote set-url origin $(push-action create_origin_url)
git remote set-url origin $(push-action --token "null" --ref "null" --temp-branch "null" -- create_origin_url)
git fetch --unshallow -tp origin || :
echo "Fetching the latest information from '${GITHUB_REPOSITORY}' ... DONE!"

Expand Down

0 comments on commit 97aa1af

Please sign in to comment.