Skip to content

Commit a7159e1

Browse files
committed
Update outcome summarization instructions in CI action
1 parent 8831f92 commit a7159e1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/ci-fix/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ runs:
4343
Workflow Run: ${{ github.event.workflow_run.url }}
4444
GitHub Context: ${{ toJson(github) }}
4545
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"
46+
At the end, summarize the outcome of your task using "actions-toolkit-mcp" mcp tool
4947
- if: ${{ steps.copilot.outputs.outcome }}
5048
run: echo "::notice::${{ steps.copilot.outputs.outcome }}"
5149
shell: bash

0 commit comments

Comments
 (0)