Skip to content

Commit 0909abb

Browse files
authored
Update manage-actions-workflows.md
1 parent bb51fe3 commit 0909abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/github/manage-github-actions-enterprise/includes/manage-actions-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Reusable templates in GitHub Actions refer to **predefined actions and workflows
121121
| ---------------------- | ------------------------------------------------ | ------------------------------------------ |
122122
| **Reusable Workflows** | Standardize CI/CD pipelines across repositories. | `ci-pipeline.yml`, `deploy-app.yml` |
123123
| **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` |
125125

126126
### Reusable workflows
127127

0 commit comments

Comments
 (0)