From 467defdffe5b37b9b380d26773ee2ef2796ebb7b Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Thu, 5 Jun 2025 05:35:07 -0500 Subject: [PATCH] error in field name --- .gitea/workflows/deploy.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index eea8198..a178521 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,9 +1,7 @@ name: QuotesBot on: schedule: - - cron '25 */5 * * *' -permissions: - contents: read + - cron '36 */5 * * *' jobs: deploy: runs: ubuntu-latest diff --git a/README.md b/README.md index cd2c2b0..c3ee748 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code ![](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] >***there is a way to make the bot completely foolproof!!!***