We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8a55e commit 5d1eb59Copy full SHA for 5d1eb59
1 file changed
.github/workflows/recompile_agentic_workflows.yml
@@ -32,7 +32,7 @@ jobs:
32
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
33
run: |
34
gh extension install github/gh-aw
35
- gh aw compile
+ gh aw compile --approve
36
- id: push
37
38
if git diff --quiet HEAD; then exit 0; fi
0 commit comments