Skip to content

Commit 689a755

Browse files
authored
[docs] Fix directory name in creating-workflows (#16579)
1 parent d7efa0a commit 689a755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/setup/creating-workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Remix the issue-triage.md workflow from github/gh-aw to add automatic labeling b
110110

111111
If you prefer to create workflows manually, you can
112112

113-
1. Create the workflow file in `.github/<workflow-name>.md`
113+
1. Create the workflow file in `.github/workflows/<workflow-name>.md`
114114
2. Install the [GitHub CLI](https://cli.github.com/) and the GitHub Agentic Workflows extension:
115115

116116
```bash wrap

0 commit comments

Comments
 (0)