We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec78b0 commit 5cc4fb8Copy full SHA for 5cc4fb8
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Export environment variables for the agent's session
64
run: |
65
- echo "Test__SqlServer__DefaultConnection=Server=localhost;Database=test;User=SA;Password=PLACEHOLDERPass$$w0rd;Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true" >> "$GITHUB_ENV"
+ echo "Test__SqlServer__DefaultConnection=Server=localhost;Database=test;User=SA;Password=PLACEHOLDERPass\$\$w0rd;Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true" >> "$GITHUB_ENV"
66
echo "Test__Cosmos__DefaultConnection=https://localhost:8081" >> "$GITHUB_ENV"
67
echo "Test__Cosmos__EmulatorType=linux" >> "$GITHUB_ENV"
68
echo "Test__Cosmos__SkipConnectionCheck=true" >> "$GITHUB_ENV"
0 commit comments