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.
2 parents 4b9c89e + 3217bd2 commit 301f07cCopy full SHA for 301f07c
.github/workflows/example.yml
@@ -2,7 +2,7 @@ name: Test run
2
3
on:
4
schedule:
5
- - cron: '59 23 * * *'
+ - cron: '55 23 * * *'
6
workflow_dispatch:
7
8
@@ -52,4 +52,4 @@ jobs:
52
worksheet: 2
53
append_content: true
54
google_service_account_email: ${{ secrets.google_service_account_email }}
55
- google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
+ google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
0 commit comments