From e2d3f4caf3a4b4b1363ed1c23f8ca3859070ae8e Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Sat, 23 Feb 2019 20:16:38 -0500 Subject: [PATCH] Add hmarr/debug-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac2044b..3d046b7 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action) - [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter) - [Run pandoc](https://github.com/maxheld83/pandoc), the swiss army knife for document conversions + - [Debug Action](https://github.com/hmarr/debug-action): print environment variables and event to the Actions logs #### Testing and Linting