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 69df540 commit b0e11e9Copy full SHA for b0e11e9
.github/workflows/github_app_installation_details.yaml
@@ -8,7 +8,7 @@ on:
8
type: string
9
default: 'devwithkrishna'
10
schedule:
11
- - cron: '* * * * *' # 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:
@@ -19,7 +19,7 @@ jobs:
19
- name: set up python 3.11
20
uses: actions/setup-python@v4
21
with:
22
- python-version: '3.11'
+ python-version: '3.10.3'
23
- name: package installations
24
run: |
25
pip install pipenv
0 commit comments