mirror of
https://github.com/g3rv4/GetMoarFediverse.git
synced 2024-11-24 16:43:17 +01:00
Update readme and do a minor change to the action
This commit is contained in:
parent
888b859ca6
commit
23d9209b95
@ -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)
|
1. Fork [GMFActionDemo](https://github.com/g3rv4/GMFActionDemo)
|
||||||
2. Change the `config.json` so that you pull the tags you want
|
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
|
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!
|
This was built and graciously shared back to the main repo by [@chdorner](https://github.com/chdorner). Thanks a ton!
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
name: GetMoarFediverse
|
name: GetMoarFediverse
|
||||||
description: Runs GetMoarFediverse in GitHub actions
|
description: Runs GetMoarFediverse in GitHub actions
|
||||||
|
icon: activity
|
||||||
|
color: green
|
||||||
inputs:
|
inputs:
|
||||||
config_file:
|
config_file:
|
||||||
description: Path to the config.json
|
description: Path to the config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user