We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5efd411 + facdac8 commit b1d750aCopy full SHA for b1d750a
.github/workflows/PanditBOT.yml
@@ -7,7 +7,7 @@ on:
7
#push:
8
# branches: [ main ]
9
schedule:
10
- # every 2 hours from 6am IST to 6pm IST
+ # every 1st day of the month
11
- cron: "0 0 1 * *"
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
@@ -21,9 +21,9 @@ jobs:
21
with:
22
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
23
- name: Setup Python
24
- uses: actions/setup-python@v4
25
- #with:
26
- #python-version: 3.10 #install the python needed
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.10' #install the python needed
27
- name: Library installation
28
run: |
29
python -m pip install -U pip
0 commit comments