Skip to content

Commit ed6c81b

Browse files
Copilotpelikhan
andauthored
fix: use --dir flag for gh aw compile
Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/47f346e8-51c3-477f-a6e4-ee3bb5114379 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent cbb185d commit ed6c81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
gh_token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: Compile workflows
20-
run: gh aw compile workflows/
20+
run: gh aw compile --dir workflows
2121
env:
2222
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

0 commit comments

Comments
 (0)