mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Adds Support to Readme (#458)
* Update README.md * Update README.md * Update README.md * Update README.md
This commit is contained in:
parent
565795d8a9
commit
af60791f5e
12
README.md
12
README.md
@ -328,3 +328,15 @@ If you wish to remove these files you must go into the deployment branch directl
|
|||||||
### Debugging 🐝
|
### 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).
|
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.
|
Loading…
Reference in New Issue
Block a user