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 e16106f commit a33f3d6Copy full SHA for a33f3d6
.github/workflows/run-examples-modified.yml
@@ -77,10 +77,13 @@ jobs:
77
uses: fjogeleit/yaml-update-action@main
78
with:
79
valueFile: 'tests/test_example_run.yaml'
80
- propertyPath: 'check'
81
- value: ${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}
+ changes: |
+ {
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) }}
86
commitChange: false
-
87
- name: print yaml config
88
run: cat tests/test_example_run.yaml
89
0 commit comments