Skip to content

Commit 94ba31e

Browse files
committed
Add logging for merged MCP config in action.yml
1 parent da4cc8d commit 94ba31e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/copilot/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ runs:
4343
# Merge user-provided MCP config with hardcoded config
4444
echo '${{ inputs.mcp-config }}' | jq --argjson toolkit "$ACTIONS_TOOLKIT_MCP" \
4545
'.mcpServers += $toolkit' > $XDG_CONFIG_HOME/.copilot/mcp-config.json
46+
cat $XDG_CONFIG_HOME/.copilot/mcp-config.json
4647
env:
4748
GITHUB_STEP_SUMMARY: ${{ github.step_summary }}
4849
shell: bash

0 commit comments

Comments
 (0)