You must use the default actions and the community-created actions when developing various workflow needs. However, sometimes the requirements that you need to implement in a workflow are not supported by available actions. You may want to create actions to define workflows as you desire in such scenarios.
This chapter explores creating custom actions and utilizing them in GitHub Actions workflows.
Types of Actions
Actions perform specific tasks ...