Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Feb 25, 2024
1 parent 69d0540 commit 2871b29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autogen.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Run Node.js Scripts
name: Generate ics files

on:
schedule:
- cron: '16 11 * * *'
- cron: '*/8 * * * *'

jobs:
run-scripts:
Expand Down Expand Up @@ -30,5 +30,5 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git commit -m "Update earnings calendar files" -a || echo "No changes to commit"
git commit -m "Auto generated ics files" -a || echo "No changes to commit"
git push
6 changes: 3 additions & 3 deletions .github/workflows/autoget.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Run Node.js Scripts
name: Get Earnings Calendar Data

on:
schedule:
- cron: '14 11 * * *'
- cron: '*/6 * * * *'

jobs:
run-scripts:
Expand Down Expand Up @@ -30,5 +30,5 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git commit -m "Update earnings calendar files" -a || echo "No changes to commit"
git commit -m "Auto update earnings calendar files" -a || echo "No changes to commit"
git push

0 comments on commit 2871b29

Please sign in to comment.