From 6d382d8cd14946fc07704b9eabea7caab2890cea Mon Sep 17 00:00:00 2001 From: Dave G Date: Sun, 20 Mar 2022 23:34:44 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b5cd29..439e2a7 100644 --- a/README.md +++ b/README.md @@ -39,21 +39,14 @@ The following environment variables are required: An action can be setup to scan for deals, send a notification and store previously found deals in the repo. -### Example - -This action can be run on a cron and can store the embedded database by commiting the files to git. - -An example of this running can be found at [rfd-notify-action](https://github.com/davegallant/rfd-notify-action). - It also requires the corresponding [encrypted secrets](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets) setup. - ```yaml # .github/workflows/main.yml on: schedule: - - cron: '*/5 * * * *' + - cron: '*5 * * * *' jobs: rfd_notify: runs-on: ubuntu-latest