Skip to content

Commit 0950297

Browse files
committed
style: format strands-command.yml
1 parent 7350b24 commit 0950297

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/strands-command.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ jobs:
122122
- name: Set MCP harness path
123123
if: steps.process-inputs.outputs.mode == 'tester'
124124
id: mcp-config
125-
run: echo "mcp_servers={\"mcpServers\":{\"tui-harness\":{\"command\":\"node\",\"args\":[\"/tmp/mcp-harness/index.mjs\"]}}}" >> "$GITHUB_OUTPUT"
125+
run:
126+
echo
127+
"mcp_servers={\"mcpServers\":{\"tui-harness\":{\"command\":\"node\",\"args\":[\"/tmp/mcp-harness/index.mjs\"]}}}"
128+
>> "$GITHUB_OUTPUT"
126129

127130
- name: Run Strands Agent
128131
uses: ./.github/actions/strands-action

0 commit comments

Comments
 (0)