Skip to content

Commit b0e11e9

Browse files
fixing github app list scrpit
1 parent 69df540 commit b0e11e9

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: '* * * * *' # 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:
@@ -19,7 +19,7 @@ jobs:
1919
- name: set up python 3.11
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.10.3'
2323
- name: package installations
2424
run: |
2525
pip install pipenv

0 commit comments

Comments
 (0)