We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bf6d8 commit b1414afCopy full SHA for b1414af
1 file changed
.github/workflows/github-stats.yml
@@ -2,7 +2,7 @@ name: GitHub - Activity - Readme
2
3
on:
4
schedule:
5
- - cron: "*/30 * * * *"
+ - cron: "0 * * * *"
6
workflow_dispatch:
7
8
jobs:
@@ -11,6 +11,6 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v2
14
- - uses: jamesgeorge007/github-activity-readme@v0.1.7
+ - uses: jamesgeorge007/github-activity-readme@master
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments