github · GitHub Actions Docs
Actions Using workflow templates - GitHub Docs
Explains how to select, configure, and customize pre-built GitHub Actions workflow templates to automate common development tasks.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Using workflow templates - GitHub Docs
Explains how to select, configure, and customize pre-built GitHub Actions workflow templates to automate common development tasks.
When To Use
Use when you need to quickly implement standard CI/CD patterns like building, testing, or deploying code using pre-configured GitHub Actions templates.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-write-workflows-using-workflow-templates-github-docs-workflow-guide.md | A guide explaining how to choose and use pre-defined workflow templates within GitHub Actions. | Questions about a guide explaining how to choose and use pre-defined workflow templates within GitHub Actions. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Write workflows / - Use workflow templates
- Main sections:
In this article,Choosing and using a workflow template,Further reading.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/write-workflows/use-workflow-templates
