Skip to content

Commit 5f8981e

Browse files
author
David Cavazos
committed
decode json on matrix paths
1 parent 75f7e7f commit 5f8981e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/custard-run-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
path: ${{ needs.affected.outputs.paths }}
64+
path: ${{ fromJson(needs.affected.outputs.paths) }}
6565
continue-on-error: true
6666
env:
6767
GOOGLE_SAMPLES_PROJECT: long-door-651

.github/workflows/custard-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
fail-fast: false
102102
matrix:
103-
path: ${{ needs.affected.outputs.paths }}
103+
path: ${{ fromJson(needs.affected.outputs.paths) }}
104104
continue-on-error: true
105105
env:
106106
GOOGLE_SAMPLES_PROJECT: long-door-651

0 commit comments

Comments
 (0)