4 Commits

Author SHA1 Message Date
e593c71fc1 fix workflow badge
All checks were successful
QuotesBot / deploy (push) Successful in 36s
2025-06-05 10:22:56 -05:00
a159c7ff8e fix workflow badge 2025-06-05 10:21:50 -05:00
e10082d96c fix workflow 2025-06-05 08:33:35 -05:00
f48dd5dcf5 fix workflow 2025-06-05 08:28:56 -05:00
2 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,12 @@
name: QuotesBot
on:
schedule:
- cron '41 */5 * * *'
- cron: '35 */4 * * *'
jobs:
deploy:
runs: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v3
with:

View File

@ -1,5 +1,4 @@
# The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code
![](https://fyrfli.dev/fyrfli/quotesbot/actions/workflows/deploy/badge.svg?branch=main&event=run)
# The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code ![](https://fyrfli.dev/fyrfli/quotesbot/actions/workflows/deploy.yml/badge.svg)
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: