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 7f85053 commit 6d597ffCopy full SHA for 6d597ff
.github/workflows/github_app_installation_details.yaml
@@ -8,7 +8,7 @@ on:
8
type: string
9
default: 'devwithkrishna'
10
schedule:
11
- - cron: '*/5 * * * *' # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
+ - cron: '* * * * *' # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
12
13
jobs:
14
github-app-installation-details:
@@ -46,4 +46,4 @@ jobs:
46
az storage blob upload --account-name techarchitectssa --account-key $ACCESS_KEY --container-name github-app-list --file list_of_github_installations.json --name list_of_github_installations.json --overwrite
47
- name: Completed
48
run: |
49
- echo "program completed successfully"
+ echo "program completed successfully"
0 commit comments