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 114dbe7 commit cee9877Copy full SHA for cee9877
.github/workflows/deploy-bundle-preview.yml
@@ -108,7 +108,7 @@ jobs:
108
git config user.email 'github-actions[bot]@users.noreply.github.com'
109
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
110
111
- git remote set-url origin https://github.com/${{ github.event.repository.full_name }}.git
+ git remote set-url origin git@github.com:${{ github.event.repository.full_name }}.git
112
git push -u origin gh-pages
113
114
- name: Obtain GitHub Pages build URL
0 commit comments