Skip to content

Commit 2065d7a

Browse files
eh?
1 parent ab2676b commit 2065d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
4343
- id: set-os-matrix
4444
run: |
45+
os_input="${{ inputs.os }}"
4546
# -R reads raw string, split(",") creates array, map(gsub(...)) trims whitespace, -c outputs compact JSON
46-
echo "os=$(echo "${{ inputs.os }}" | jq -R -c 'split(",") | map(gsub("^ *| *$"; ""))')" >> "$GITHUB_OUTPUT"
47+
echo "os=$(echo '${{ inputs.os }}' | jq -R -c 'split(",") | map(gsub("^ *| *$"; ""))')" >> "$GITHUB_OUTPUT"
4748
4849
test:
4950
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ matrix.os }})

0 commit comments

Comments
 (0)