minor changes

This commit is contained in:
Bhupesh-V
2023-12-28 22:25:58 +05:30
parent bc372531f2
commit 1e4f32431c
6 changed files with 9 additions and 12 deletions

View File

@ -31,5 +31,5 @@ jobs:
GIST_ID: ${{ secrets.GIST_ID }}
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
run: |
cd community-threads-grabber
cd community-threads
python main.py

View File

@ -1,14 +1,9 @@
name: r/developersIndia titles updater
name: r/developersIndia Titles Updater
on:
schedule:
# At 19:30 on every 2nd day-of-week.”
- cron: '30 19 * * */2'
# workflow_dispatch:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
workflow_dispatch:
permissions: