Compare commits
4 Commits
9b00d5d6ee
...
V2.1
Author | SHA1 | Date | |
---|---|---|---|
e593c71fc1
|
|||
a159c7ff8e
|
|||
e10082d96c
|
|||
f48dd5dcf5
|
@ -1,12 +1,12 @@
|
|||||||
name: QuotesBot
|
name: QuotesBot
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron '41 */5 * * *'
|
- cron: '35 */4 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code
|
# The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code 
|
||||||

|
|
||||||
|
|
||||||
In the neverending quest to improve my coding skills, I often check out the code that other bots employ. Last night, I decided to check out the code for the [ThursdayBot](https://github.com/devashishp/thursday) and realised something really neat:
|
In the neverending quest to improve my coding skills, I often check out the code that other bots employ. Last night, I decided to check out the code for the [ThursdayBot](https://github.com/devashishp/thursday) and realised something really neat:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user