diff --git a/.github/aw/github-agentic-workflows.md b/.github/aw/github-agentic-workflows.md index 144e528b90..e8574c6d90 100644 --- a/.github/aw/github-agentic-workflows.md +++ b/.github/aw/github-agentic-workflows.md @@ -1097,7 +1097,7 @@ Use GitHub Actions context expressions throughout the workflow content. **Note: - **`${{ steps.* }}`** - Any outputs from previous steps (e.g., `${{ steps.my-step.outputs.result }}`) - **`${{ github.event.inputs.* }}`** - Any workflow inputs when triggered by workflow_dispatch (e.g., `${{ github.event.inputs.environment }}`) -All other expressions are dissallowed. +All other expressions are disallowed. ### Sanitized Context Text (`needs.activation.outputs.text`)