File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1515 run : |
1616 cd ..
1717 git clone 'https://${{secrets.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
18+
19+ - name : Create new branch
20+ run : |
21+ cd ../Natsurainko.FluentLauncher/Natsurainko.FluentLauncher/
22+ git checkout -b "LocalizationProject/${{github.sha}}"
1823
1924 - name : Copy String to FluentLauncher
2025 run : Copy-Item -Path "./Strings" -Destination "../Natsurainko.FluentLauncher/Natsurainko.FluentLauncher/" -Force
2530 git config --global user.email "github-actions[bot]@users.noreply.github.com"
2631 git config --global user.name "GitHub-actions[bot]"
2732
28- - name : Create new branch
29- run : |
30- cd ../Natsurainko.FluentLauncher/Natsurainko.FluentLauncher/
31- git checkout -b "LocalizationProject/${{github.sha}}"
33+ - name : Create new Commit
34+ run : |
3235 git add -A
3336 git commit -m "LocalizationProject/${{github.sha}} From github action"
3437 git push origin "LocalizationProject/${{github.sha}}"
You can’t perform that action at this time.
0 commit comments