We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f7e7f commit 5f8981eCopy full SHA for 5f8981e
.github/workflows/custard-run-dev.yaml
@@ -61,7 +61,7 @@ jobs:
61
strategy:
62
fail-fast: false
63
matrix:
64
- path: ${{ needs.affected.outputs.paths }}
+ path: ${{ fromJson(needs.affected.outputs.paths) }}
65
continue-on-error: true
66
env:
67
GOOGLE_SAMPLES_PROJECT: long-door-651
.github/workflows/custard-run.yaml
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments