Skip to content

Commit b1d750a

Browse files
Merge pull request #30 from PtPrashantTripathi/PtPrashantTripathi-patch-1
Update PanditBOT.yml
2 parents 5efd411 + facdac8 commit b1d750a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/PanditBOT.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
#push:
88
# branches: [ main ]
99
schedule:
10-
# every 2 hours from 6am IST to 6pm IST
10+
# every 1st day of the month
1111
- cron: "0 0 1 * *"
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
2323
- name: Setup Python
24-
uses: actions/setup-python@v4
25-
#with:
26-
#python-version: 3.10 #install the python needed
24+
uses: actions/setup-python@v5
25+
with:
26+
python-version: '3.10' #install the python needed
2727
- name: Library installation
2828
run: |
2929
python -m pip install -U pip

0 commit comments

Comments
 (0)