Skip to content

Commit ea6e00a

Browse files
authored
Merge pull request #31 from autumn-library/main
Sync
2 parents 8d6b788 + cb4861f commit ea6e00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
os: ${{ fromJSON(format('["{0}"]', join(split(inputs.os_versions, ' '), '","'))) }}
73+
os: ${{ fromJSON(format('["{}"]', replace(inputs.os_versions, ' ', '","'))) }}
7474
oscript_version:
7575
- ${{ inputs.oscript_version }}
7676
test_engine:

0 commit comments

Comments
 (0)