Merge pull request #92 from hmarr/add-debug-action

Add Debug Action
This commit is contained in:
Gary Ewan Park 2019-02-24 01:32:23 -08:00 committed by GitHub
commit 1ed24f7b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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