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 a33f3d6 commit 8a5f113Copy full SHA for 8a5f113
.github/workflows/run-examples-modified.yml
@@ -73,14 +73,14 @@ jobs:
73
env:
74
MODIFIED_PDL_FILES: ${{ steps.changed-pdl-files.outputs.all_changed_files }}
75
run: echo "$MODIFIED_PDL_FILES"
76
- - name: Update tests/test_example_run.yaml
+ - name: Update tests/test_examplea_run.yaml
77
uses: fjogeleit/yaml-update-action@main
78
with:
79
- valueFile: 'tests/test_example_run.yaml'
+ valueFile: 'tests/test_examples_run.yaml'
80
changes: |
81
{
82
"check": "${{ steps.changed-pdl-files.outputs.all_changed_files }}"
83
- }
+ s
84
# propertyPath: 'check'
85
# value: ${{ fromJSON(steps.changed-pdl-files.outputs.all_changed_files) }}
86
commitChange: false
0 commit comments