From af60791f5ed7769aed9025c2fa798be4a516acab Mon Sep 17 00:00:00 2001 From: James Ives Date: Wed, 14 Oct 2020 07:58:53 -0400 Subject: [PATCH] Adds Support to Readme (#458) * Update README.md * Update README.md * Update README.md * Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 465687ae..0f0afa5c 100644 --- a/README.md +++ b/README.md @@ -328,3 +328,15 @@ If you wish to remove these files you must go into the deployment branch directl ### Debugging 🐝 If you'd like to enable action debugging you can set the `ACTIONS_STEP_DEBUG` environment variable to true within the [Settings/Secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets) menu. If you're using this action in your own project as a node module via yarn or npm **you may expose your secrets if you toggle this on in a production environment**. You can learn more about debugging GitHub actions [here](https://github.com/actions/toolkit/blob/master/docs/action-debugging.md). + +--- + +## Support 💖 + +This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors). + + + + + +If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). This project is distributed under the [MIT](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/LICENSE) license. \ No newline at end of file