Skip to content

Commit 0ad28aa

Browse files
belaltaher8subatoi
andauthored
Add {% raw %} tag to MCP config Custom Agents CCA (#60009)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent 54ff08b commit 0ad28aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/reference/custom-agents-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mcp-servers:
9696
args: ['--arg1', '--arg2']
9797
tools: ["*"]
9898
env:
99-
ENV_VAR_NAME: ${{ secrets.COPILOT_MCP_ENV_VAR_VALUE }}
99+
ENV_VAR_NAME: {% raw %}${{ secrets.COPILOT_MCP_ENV_VAR_VALUE }}{% endraw %}
100100
---
101101
102102
Prompt with suggestions for behavior and output

0 commit comments

Comments
 (0)