Skip to content

Commit bf996cf

Browse files
brunoborgesCopilot
andauthored
Update website/src/content/learning-hub/agentic-workflows.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2ee3297 commit bf996cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/content/learning-hub/agentic-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article covers what agentic workflows are, how to install and use workflows
2424

2525
## What Are Agentic Workflows?
2626

27-
An agentic workflow is a markdown file that combines YAML frontmatter (triggers, permissions, safe outputs) with natural language instructions that a coding agent follows at runtime. When triggered, GitHub Actions compiles the workflow and runs a Copilot coding agent that executes the instructions autonomously.
27+
An agentic workflow is a markdown file that combines YAML frontmatter (triggers, permissions, safe outputs) with natural language instructions that a coding agent follows at runtime. The markdown file is the source: you use the `gh aw` CLI to compile it into a `.lock.yml` workflow file, and GitHub Actions runs that compiled workflow to execute a Copilot coding agent that follows the instructions autonomously.
2828

2929
**Key characteristics**:
3030
- Defined in a single `.md` file — no YAML actions syntax required

0 commit comments

Comments
 (0)