Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin authored Feb 6, 2024
1 parent 9bb54c5 commit f65b9b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Govin"
git remote remove origin
git remote add origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/Guovin/TV.git
git diff
git add result.txt
git commit -m "Github Action Auto Updated"
git push origin master
git push

0 comments on commit f65b9b3

Please sign in to comment.