Skip to content

Commit d398fac

Browse files
committed
quote the envs-path variable
1 parent 79ba941 commit d398fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: run action
4949
uses: ./
5050
with:
51-
environment-paths: ${{ matrix.env-paths }}
51+
environment-paths: "${{ matrix.env-paths }}"

0 commit comments

Comments
 (0)