6 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
9b00d5d6ee tweaks 2025-06-05 05:36:27 -05:00
467defdffe error in field name 2025-06-05 05:35:07 -05:00
2 changed files with 5 additions and 8 deletions

View File

@ -1,14 +1,12 @@
name: QuotesBot name: QuotesBot
on: on:
schedule: schedule:
- cron '25 */5 * * *' - cron: '35 */4 * * *'
permissions:
contents: read
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:

View File

@ -1,7 +1,6 @@
# The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code # The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code ![](https://fyrfli.dev/fyrfli/quotesbot/actions/workflows/deploy.yml/badge.svg)
![](https://fyrfli.dev/fyrfli/quotesbot/actions/workflows/deploy/badge.svg?branch=main&event=run)
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:
>[!IMPORTANT] >[!IMPORTANT]
>***there is a way to make the bot completely foolproof!!!*** >***there is a way to make the bot completely foolproof!!!***