We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8831f92 commit a7159e1Copy full SHA for a7159e1
1 file changed
.github/actions/ci-fix/action.yml
@@ -43,9 +43,7 @@ runs:
43
Workflow Run: ${{ github.event.workflow_run.url }}
44
GitHub Context: ${{ toJson(github) }}
45
46
- At the end, summarize the outcome of your task like this
47
- Format: echo "outcome={value}" >> "$GITHUB_OUTPUT"
48
- Example: echo "outcome=A PR was created: {pull_request_url}" >> "$GITHUB_OUTPUT"
+ At the end, summarize the outcome of your task using "actions-toolkit-mcp" mcp tool
49
- if: ${{ steps.copilot.outputs.outcome }}
50
run: echo "::notice::${{ steps.copilot.outputs.outcome }}"
51
shell: bash
0 commit comments