Skip to content

Commit 8a5f113

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
env:
7474
MODIFIED_PDL_FILES: ${{ steps.changed-pdl-files.outputs.all_changed_files }}
7575
run: echo "$MODIFIED_PDL_FILES"
76-
- name: Update tests/test_example_run.yaml
76+
- name: Update tests/test_examplea_run.yaml
7777
uses: fjogeleit/yaml-update-action@main
7878
with:
79-
valueFile: 'tests/test_example_run.yaml'
79+
valueFile: 'tests/test_examples_run.yaml'
8080
changes: |
8181
{
8282
"check": "${{ steps.changed-pdl-files.outputs.all_changed_files }}"
83-
}
83+
s
8484
# propertyPath: 'check'
8585
# value: ${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}
8686
commitChange: false

0 commit comments

Comments
 (0)