Skip to content

Commit 5cc4fb8

Browse files
Fix SQL Server password in copilot-setup-steps.yml (#38445)
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
1 parent 6ec78b0 commit 5cc4fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Export environment variables for the agent's session
6464
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"
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"
6666
echo "Test__Cosmos__DefaultConnection=https://localhost:8081" >> "$GITHUB_ENV"
6767
echo "Test__Cosmos__EmulatorType=linux" >> "$GITHUB_ENV"
6868
echo "Test__Cosmos__SkipConnectionCheck=true" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)