Workflows
Workflows are used to run automation within a GitHub repository. A workflow can be triggered by various events. A workflow consists of one or more jobs. All workflows must be stored in .github/workflows
.
Code¶
Options¶
name¶
Name displayed in Actions tab on GitHub
run-name¶
This is used to change the name displayed during a run (can use expressions to make it dynamic)