Skip to content

Commit

Permalink
更正Push_changes错误
Browse files Browse the repository at this point in the history
  • Loading branch information
NightRainMilkyWay committed Oct 6, 2024
1 parent 3f03475 commit 779afc7
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 779afc7

Please sign in to comment.