Skip to content

Commit 7bab97d

Browse files
committed
Different attempt for the help checks
1 parent cf4ea19 commit 7bab97d

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
@@ -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 ${{ secrets.MSSQL_SA_PASSWORD }} -Q 'SELECT 1' -C"
33+
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P $SA_PASSWORD -Q 'SELECT 1' -C"
3434
--health-start-period=20s
3535
--health-interval=2s
3636
--health-retries=30

0 commit comments

Comments
 (0)