We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bd8cd commit 3fd7922Copy full SHA for 3fd7922
1 file changed
.github/actions/ci-fix/action.yml
@@ -40,10 +40,10 @@ runs:
40
Create a pull request with the necessary changes.
41
Include the error logs and any relevant information.
42
43
+ At the end, summarize the outcome of your task using "actions-toolkit-mcp" mcp tool
44
+
45
Workflow Run: ${{ github.event.workflow_run.url }}
46
GitHub Context: ${{ toJson(github) }}
-
- At the end, summarize the outcome of your task using "actions-toolkit-mcp" mcp tool
47
- if: ${{ steps.copilot.outputs.outcome }}
48
run: echo "::notice::${{ steps.copilot.outputs.outcome }}"
49
shell: bash
0 commit comments