Adds Support to Readme (#458)

* Update README.md

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
James Ives 2020-10-14 07:58:53 -04:00 committed by GitHub
parent 565795d8a9
commit af60791f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).
<a href="https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=JamesIves/github-pages-deploy-action" />
</a>
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.