Skip to content

Commit 5e3917d

Browse files
authored
Update push.yml
1 parent 2094616 commit 5e3917d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Clone FluentLauncher
1515
run: |
1616
cd ..
17-
git clone https://github.com/Xcube-Studio/Natsurainko.FluentLauncher.git
17+
git clone 'https://${{secrets.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
1818
1919
- name: Copy String to FluentLauncher
2020
run: Copy-Item -Path "./Strings" -Destination "../Natsurainko.FluentLauncher/Natsurainko.FluentLauncher/" -Force
@@ -24,8 +24,6 @@ jobs:
2424
cd ../Natsurainko.FluentLauncher/Natsurainko.FluentLauncher/
2525
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2626
git config --global user.name "GitHub-actions[bot]"
27-
git remote rm origin
28-
git config remote.origin.url 'https://${{secrets.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
2927
3028
- name: Create new branch
3129
run: |

0 commit comments

Comments
 (0)