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 377d71f commit 8a33aabCopy full SHA for 8a33aab
README.md
@@ -28,7 +28,7 @@ jobs:
28
fi
29
- name: Validate workflows
30
if: steps.check-for-changed-workflows.outputs.any_changed == 'true'
31
- uses: dsanders11/json-schema-validate-action@1.2.0
+ uses: dsanders11/json-schema-validate-action@1.2.1
32
with:
33
schema: https://json.schemastore.org/github-workflow.json
34
files: .github/workflows/**.yml
0 commit comments