Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Guovin/TV
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Feb 6, 2024
2 parents 5583a91 + 4ba4298 commit 55bd5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 @@ -46,9 +46,9 @@ 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 diff
git add result.txt
git commit -m "Github Action Auto Updated"
git push
Binary file added result.txt
Binary file not shown.

0 comments on commit 55bd5b7

Please sign in to comment.