File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 "GITHUB_PATH": "${{ env.GITHUB_PATH }}",
4040 "GITHUB_OUTPUT": "${{ env.GITHUB_OUTPUT }}",
4141 "GITHUB_STATE": "${{ env.GITHUB_STATE }}",
42- "GITHUB_STEP_SUMMARY": "${{ env. GITHUB_STEP_SUMMARY }}" ,
42+ "GITHUB_STEP_SUMMARY": $ GITHUB_STEP_SUMMARY,
4343 "GITHUB_EVENT_PATH": "${{ env.GITHUB_EVENT_PATH }}"
4444 }
4545 }
4848 # Merge user-provided MCP config with hardcoded config
4949 echo '${{ inputs.mcp-config }}' | jq --argjson toolkit "$ACTIONS_TOOLKIT_MCP" \
5050 '.mcpServers += $toolkit' > $XDG_CONFIG_HOME/.copilot/mcp-config.json
51+ env:
52+ GITHUB_STEP_SUMMARY: ${{ env.GITHUB_STEP_SUMMARY }}
5153 shell: bash
5254 - run : copilot -p "$PROMPT" --allow-all-tools --log-level all --log-dir ~/.copilot/logs --save-trajectory-output ~/.copilot/trajectory.md
5355 id : copilot
You can’t perform that action at this time.
0 commit comments