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 2840e50 commit 9bb54c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Govin'
name: 'update schedule'

on:
schedule:
Expand Down Expand Up @@ -48,6 +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
Expand Down

0 comments on commit 9bb54c5

Please sign in to comment.