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 1486719 commit 2840e50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
run: pipenv run build
- name: Commit and push if changed
run: |
git diff
git config --global user.email "[email protected]"
git config --global user.name "Govin"
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
git push origin master

0 comments on commit 2840e50

Please sign in to comment.