File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
learn-pr/github/manage-github-actions-enterprise/includes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Reusable templates in GitHub Actions refer to **predefined actions and workflows
121
121
| ---------------------- | ------------------------------------------------ | ------------------------------------------ |
122
122
| ** Reusable Workflows** | Standardize CI/CD pipelines across repositories. | ` ci-pipeline.yml ` , ` deploy-app.yml ` |
123
123
| ** Reusable Actions** | Encapsulate common automation logic. | ` setup-env-action ` , ` security-scan-action ` |
124
- | ** Worflow Templates** | Define reusable job structures. | ` test-job.yml ` , ` build-job.yml ` |
124
+ | ** Workflow Templates** | Define reusable job structures. | ` test-job.yml ` , ` build-job.yml ` |
125
125
126
126
### Reusable workflows
127
127
You can’t perform that action at this time.
0 commit comments