File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments