Skip to content

Commit a33f3d6

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,13 @@ jobs:
7777
uses: fjogeleit/yaml-update-action@main
7878
with:
7979
valueFile: 'tests/test_example_run.yaml'
80-
propertyPath: 'check'
81-
value: ${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}
80+
changes: |
81+
{
82+
"check": "${{ steps.changed-pdl-files.outputs.all_changed_files }}"
83+
}
84+
# propertyPath: 'check'
85+
# value: ${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}
8286
commitChange: false
83-
8487
- name: print yaml config
8588
run: cat tests/test_example_run.yaml
8689

0 commit comments

Comments
 (0)