Add note about changed action triggers
GitHub recently changed how Actions get triggered.
A GitHub Action workflow using workflow_dispatch and/or repository_dispatch as their trigger can now be activated using another GitHub Action.
This PR adds these two events as exceptions to the "Actions can't trigger other actions" note.
Relevant Blog Post: https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/
Hi, there.
The documentation label was added. Thank you for suggesting documentation improvement. When you add a new section, do not forget to update the Table of Contents.
npx doctoc --github README.md
This is an automated comment created by the peaceiris/actions-label-commenter. Responding to the bot or mentioning it won't have any effect.