Skip to content

Commit

Permalink
^_^
Browse files Browse the repository at this point in the history
  • Loading branch information
beiyuouo committed Dec 28, 2022
1 parent fbb25f7 commit 52d9ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Push done work
run: |
git diff --exit-code || git commit -am "automated deployment @ $(date '+%Y-%m-%d %H:%M:%S') ${{ env.TZ }}"
git diff --exit-code || git commit -am "Automated deployment @ $(date '+%Y-%m-%d %H:%M:%S') ${{ env.TZ }}"
git push --force origin main
- name: Create an issue for new papers
Expand Down

2 comments on commit 52d9ce3

@youngfish42
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

诶?请问这个修改有啥作用

@beiyuouo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QAQ,账号恢复以后需要手动触发一下每日的 Actions

Please sign in to comment.