Workflow fix
This commit is contained in:
@@ -32,11 +32,6 @@ jobs:
|
|||||||
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
|
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
|
||||||
|
|
||||||
echo "Creating local .gitconfig"
|
echo "Creating local .gitconfig"
|
||||||
# touch ~/.gitconfig
|
|
||||||
# cat > ~/.gitconfig << "EOF"
|
|
||||||
# [url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
|
|
||||||
# insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
|
|
||||||
# EOF
|
|
||||||
|
|
||||||
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://git.kundeng.us/"
|
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://git.kundeng.us/"
|
||||||
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "http://git.kundeng.us/"
|
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "http://git.kundeng.us/"
|
||||||
|
|||||||
Reference in New Issue
Block a user