You're welcome to add useful actions to the repository
Always base your work on the project's main
branch, naming your new branch
according to the following guide:
Examples: feature/new-action-name
or fix/action-name
-
Contents should be written in English.
-
Add new actions on the Global Actions section, the Docker Actions section or on the Other Tools Actions section on the main README file (respect an
alphabetical
order). -
New actions should be associated to a workflow example on the
.github/workflows
directory of the Useful Actions repository, based on the official action repository examples.
Observation: If the action can be triggered through a workflow_dispatch
event, please add it to the trigger options on the workflow implementation. It will make tests easier.