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 1ba2149 commit e16106fCopy full SHA for e16106f
.github/workflows/run-examples-modified.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
valueFile: 'tests/test_example_run.yaml'
80
propertyPath: 'check'
81
- value: "${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}"
+ value: ${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}
82
commitChange: false
83
84
- name: print yaml config
0 commit comments