We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafae99 commit 046e81cCopy full SHA for 046e81c
1 file changed
cmd/gh-aw/main.go
@@ -216,7 +216,7 @@ Examples:
216
217
var compileCmd = &cobra.Command{
218
Use: "compile [workflow]...",
219
- Short: "Compile agentic workflows from Markdown to GitHub Actions YAML",
+ Short: "Compile workflow markdown files (.md) into GitHub Actions workflows (.lock.yml)",
220
Long: `Compile one or more agentic workflows to YAML workflows.
221
222
If no workflows are specified, all Markdown files in .github/workflows will be compiled.
0 commit comments