We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538e6c2 commit c402961Copy full SHA for c402961
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
git config --global user.name $user_name
34
git config --global user.email $user_email
35
- git remote set-url origin https://${github_token}@github.com/${repository}
+ git remote set-url origin https://${user_name}:${github_token}@github.com/${repository}
36
npm run deploy
37
env:
38
user_name: 'github-actions[bot]'
0 commit comments