Skip to content

Commit 6d597ff

Browse files
Update github_app_installation_details.yaml
1 parent 7f85053 commit 6d597ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_app_installation_details.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
default: 'devwithkrishna'
1010
schedule:
11-
- cron: '*/5 * * * *' # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
11+
- cron: '* * * * *' # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
1212

1313
jobs:
1414
github-app-installation-details:
@@ -46,4 +46,4 @@ jobs:
4646
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
4747
- name: Completed
4848
run: |
49-
echo "program completed successfully"
49+
echo "program completed successfully"

0 commit comments

Comments
 (0)