From a9d2e7757413b27f513af3091b1dbef4bab8e7c0 Mon Sep 17 00:00:00 2001 From: Doug Tangren Date: Sun, 25 Aug 2019 23:14:36 -0400 Subject: [PATCH] add maxmind-updater action action that can be scheduled to run maxmind's [geoipupdate tool](https://github.com/maxmind/geoipupdate) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3906fee..4d49b4a 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry) - [GitHub Actions to compile LaTeX documents](https://github.com/xu-cheng/latex-action) - [Create an envfile](https://github.com/SpicyPizza/create-envfile) +- [Update Maxmind Databases](https://github.com/meetup/maxmind-updater) ### Testing and Linting