We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b9df7 commit 5beadc4Copy full SHA for 5beadc4
.github/workflows/cleanup.yml
@@ -39,7 +39,8 @@ jobs:
39
echo "Adding private key."
40
ssh-add - <<< "${{ secrets.AUTO_PR_DEPLOY_KEY }}"
41
cat .git/config
42
- perl -0777 -i -pe "s@url = https://(.*)@url = ssh://git@\${1}@"
+ perl -0777 -i -pe "s@url = (.*)url = @ssh://\${1}@;" .git/config
43
+ cat .git/config
44
45
- name: Create Pull Request if necessary
46
uses: peter-evans/create-pull-request@v6
0 commit comments