mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
single quotes not double quotes.
This commit is contained in:
parent
14976f90c8
commit
07712b7855
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
python3 -m pip install -r tests/requirements.txt
|
||||
|
||||
- name: Setup tmate session
|
||||
if: matrix.instance == "onedir-3005"
|
||||
if: matrix.instance == 'onedir-3005'
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
timeout-minutes: 15
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue