We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7350b24 commit 0950297Copy full SHA for 0950297
1 file changed
.github/workflows/strands-command.yml
@@ -122,7 +122,10 @@ jobs:
122
- name: Set MCP harness path
123
if: steps.process-inputs.outputs.mode == 'tester'
124
id: mcp-config
125
- run: echo "mcp_servers={\"mcpServers\":{\"tui-harness\":{\"command\":\"node\",\"args\":[\"/tmp/mcp-harness/index.mjs\"]}}}" >> "$GITHUB_OUTPUT"
+ run:
126
+ echo
127
+ "mcp_servers={\"mcpServers\":{\"tui-harness\":{\"command\":\"node\",\"args\":[\"/tmp/mcp-harness/index.mjs\"]}}}"
128
+ >> "$GITHUB_OUTPUT"
129
130
- name: Run Strands Agent
131
uses: ./.github/actions/strands-action
0 commit comments