Questions should be tagged with building-github-actions if the question is about creating custom actions like the examples in https://github.com/actions. Questions should not be tagged with this tag if the question is about using GitHub actions/writing GitHub Actions yml files.
From the documentation:
Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, and use and customize actions shared by the GitHub community.
There are some sample actions here but this tag is about building own actions.
Currently, there are 2 types of actions:
- JavaScript Actions that use a toolkit that was made for this
- Docker container Actions that are run in a docker container you build