Skip to content

Commit 434e1c8

Browse files
committed
Fix copilot-setup-steps.yml
1 parent c03c7ea commit 434e1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ports:
3131
- 1433:1433
3232
options: >-
33-
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P \$SA_PASSWORD -Q \"SELECT 1\" -C"
33+
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P ${{ secrets.MSSQL_SA_PASSWORD }} -Q 'SELECT 1' -C"
3434
--health-start-period=20s
3535
--health-interval=2s
3636
--health-retries=30

0 commit comments

Comments
 (0)