Skip to content

Commit e16106f

Browse files
committed
Fix syntax
Signed-off-by: Jing Chen <[email protected]>
1 parent 1ba2149 commit e16106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-examples-modified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
valueFile: 'tests/test_example_run.yaml'
8080
propertyPath: 'check'
81-
value: "${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}"
81+
value: ${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}
8282
commitChange: false
8383

8484
- name: print yaml config

0 commit comments

Comments
 (0)