From 23d9209b956a48695e54284e4142bba830b09879 Mon Sep 17 00:00:00 2001 From: Gervasio Marchand Date: Fri, 23 Dec 2022 15:00:57 -0300 Subject: [PATCH] Update readme and do a minor change to the action --- README.md | 2 +- action.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8777574..d4cf6fd 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ I recommend you watch [this demo I recorded](https://youtu.be/XOBD8OsdjGY). Basi 1. Fork [GMFActionDemo](https://github.com/g3rv4/GMFActionDemo) 2. Change the `config.json` so that you pull the tags you want 3. Add a `FAKERELAY_APIKEY` GitHub Action secret with your api key -4. Uncomment the two lines on `GetMoarFediverse.yml` that run it on a scheduled route +4. Uncomment the two lines on `GetMoarFediverse.yml` that run it on a scheduled route. Keep in mind that [he schedule event can be delayed during periods of high loads of GitHub Actions workflow runs](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule). This was built and graciously shared back to the main repo by [@chdorner](https://github.com/chdorner). Thanks a ton! diff --git a/action.yml b/action.yml index b9406b5..93ee15d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: GetMoarFediverse description: Runs GetMoarFediverse in GitHub actions +icon: activity +color: green inputs: config_file: description: Path to the config.json