Skip to content

Commit 51d4567

Browse files
authored
Update update-readme.yml
1 parent 04949ae commit 51d4567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GitHub - Activity - Readme
22

33
on:
44
schedule:
5-
- cron: "0 * * * *"
5+
- cron: "0 0 * * *"
66
workflow_dispatch:
77

88
jobs:
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: jamesgeorge007/github-activity-readme@master
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)