Earthquakes Action is Github Action that update firebase when specified earthquakes happened.
- Firebase project
- Public or private Github repo.
- Fork this repo.
- Go to your forked repo's "Settings" tab and navigate to "Secrets" from left sidebar.
- Create secrets according to your firebase account information:
# Criteria parameters
CITIES_DELIMITED_WITH_SEMICOLON=BINGOL;BALIKESIR # Or * character for all cities
MIN_MAGNITUDE=4.0
# for debugging purposes
ACTIONS_STEP_DEBUG=truePull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.