Skip to content

Commit

Permalink
try to fix yaml-check action
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Jelonek <[email protected]>
  • Loading branch information
jonasjelonek committed Apr 12, 2024
1 parent b519010 commit 0c10cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yaml_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: yaml-schema-validator
uses: nrkno/yaml-schema-validator-github-action@v5
uses: nrkno/yaml-schema-validator-github-action@v5.0.0
with:
schema: _schema.yaml
target: ssh_keys.yaml

0 comments on commit 0c10cb7

Please sign in to comment.