mirror of
https://github.com/developersIndia/deviras.git
synced 2025-05-31 14:11:43 +05:30
minor changes
This commit is contained in:
@ -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
|
||||
|
@ -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:
|
Reference in New Issue
Block a user