Skip to content

Commit 1ba2149

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

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: "f${{ 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)