Skip to content

Commit

Permalink
Update get-ps2exe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope-IT-Works authored Oct 19, 2024
1 parent a1ef3cd commit b7088f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-ps2exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
mv external_ps2exe.ps1 src/ps2exe.ps1 # Overwrite the file or add it if missing
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git add src/ps2exe.ps1
git add -f src/ps2exe.ps1
git commit -m "Update ps2exe.ps1 from Win-PS2EXE"
git push origin main
Expand Down

0 comments on commit b7088f8

Please sign in to comment.