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 cf56df3 commit 6f670a6Copy full SHA for 6f670a6
.github/workflows/push.yml
@@ -25,7 +25,7 @@ jobs:
25
git config --global user.email "github-actions[bot]@users.noreply.github.com"
26
git config --global user.name "GitHub-actions[bot]"
27
git remote rm origin
28
- git config remote.origin.url 'https://${{sercet.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
+ git config remote.origin.url 'https://${{secrets.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
29
30
- name: Create new branch
31
run: |
0 commit comments