chore: change git remote URL protocol from HTTPS to HTTP in deploy workflow
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 11s
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 11s
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@172.35.0.216:3000/simplifique/Vendaweb-portal.git"
|
||||
git remote set-url origin "http://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@172.35.0.216:3000/simplifique/Vendaweb-portal.git"
|
||||
|
||||
git config user.name "Gitea Action"
|
||||
git config user.email "actions@simplifiquehc.com.br"
|
||||
|
||||
Reference in New Issue
Block a user