Skip to content

Commit

Permalink
Merge pull request #7 from NightRainMilkyWay/main
Browse files Browse the repository at this point in the history
更正Push_changes错误
  • Loading branch information
NightRainMilkyWay authored Oct 6, 2024
2 parents ee9107b + 779afc7 commit 0145096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
rm -rf ./*.zip
git config user.name "GitHub Action"
git config user.email "action@github.com"
git add your-workflow-file.yml
git commit -m "Update workflow file"
git add .
git commit -m "Update HADE"
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/your-username/your-repo.git HEAD:your-branch-name
Expand Down

0 comments on commit 0145096

Please sign in to comment.