Skip to content

Commit

Permalink
Merge pull request #30 from PtPrashantTripathi/PtPrashantTripathi-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update PanditBOT.yml
  • Loading branch information
PtPrashantTripathi authored Jul 1, 2024
2 parents 5efd411 + facdac8 commit b1d750a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/PanditBOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
#push:
# branches: [ main ]
schedule:
# every 2 hours from 6am IST to 6pm IST
# every 1st day of the month
- cron: "0 0 1 * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -21,9 +21,9 @@ jobs:
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Setup Python
uses: actions/setup-python@v4
#with:
#python-version: 3.10 #install the python needed
uses: actions/setup-python@v5
with:
python-version: '3.10' #install the python needed
- name: Library installation
run: |
python -m pip install -U pip
Expand Down

0 comments on commit b1d750a

Please sign in to comment.