From 52845332aad69cad70aa7171ba4baf41798680db Mon Sep 17 00:00:00 2001 From: Ivo Jimenez Date: Fri, 22 Feb 2019 00:52:52 -0700 Subject: [PATCH] Adds link to Popper tool Popper is a tool for running github actions locally implemented in Python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8b0bca..ac2044b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [Run GitHub Actions Locally](https://github.com/nektos/act) + - [Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper) #### Collection of Actions