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 feba2f9 commit f4f548fCopy full SHA for f4f548f
.github/workflows/script.yml
@@ -2,8 +2,7 @@ name: Schedule Node.js Script
2
3
on:
4
schedule:
5
- - cron: '0 0 * * *'
6
-
+ - cron: '0 * * * *' # Runs every hour
7
jobs:
8
run-node-script:
9
runs-on: ubuntu-latest
@@ -68,4 +67,4 @@ jobs:
68
67
gh release upload ${{ env.new_version }} "$asset_file" --clobber -R ${{ github.repository }} -t ${{ secrets.GITHUB_TOKEN }}
69
done
70
env:
71
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments