https://github.com/mondeja/gh-actions-dev-utils
Github Actions development utilities
https://github.com/mondeja/gh-actions-dev-utils
Last synced: 8 months ago
JSON representation
Github Actions development utilities
- Host: GitHub
- URL: https://github.com/mondeja/gh-actions-dev-utils
- Owner: mondeja
- Created: 2020-11-24T12:19:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T12:49:36.000Z (over 3 years ago)
- Last Synced: 2025-02-13T20:17:53.616Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions development utilities
## Documentation
- [Reference](https://docs.github.com/en/free-pro-team@latest/actions/reference)
- [actions/toolkit](https://github.com/actions/toolkit)
- [Debug action events webhooks](https://github.com/mondeja/gh-actions-dev-utils/blob/master/debug-webhooks.md)
- [Verbose action logs with `::debug::`](https://github.com/actions/toolkit/blob/master/docs/action-debugging.md)
- [Test actions locally](https://github.com/mondeja/gh-actions-dev-utils/blob/master/test-locally.md)## Useful action
- [FantasticFiasco/action-update-license-year](https://github.com/FantasticFiasco/action-update-license-year): Update LICENSE copyright years through pull request.