We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03c7ea commit 434e1c8Copy full SHA for 434e1c8
.github/workflows/copilot-setup-steps.yml
@@ -30,7 +30,7 @@ jobs:
30
ports:
31
- 1433:1433
32
options: >-
33
- --health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P \$SA_PASSWORD -Q \"SELECT 1\" -C"
+ --health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P ${{ secrets.MSSQL_SA_PASSWORD }} -Q 'SELECT 1' -C"
34
--health-start-period=20s
35
--health-interval=2s
36
--health-retries=30
0 commit comments