Skip to content

Commit

Permalink
Update schema-validator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Aug 2, 2024
1 parent 60d2d80 commit 21bfc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schema-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Validate action.yml against a remote schema
uses: cardinalby/schema-validator-action@v3
uses: cardinalby/schema-validator-action@v2
with:
file: "tokens/movistar.json"
schema: "tokens/schema/skin-schema.json"
refSchemasMap: '{"patterns/movistar-pattern.json": "patterns/movistar-pattern.json",}'
refSchemasArray: "[patterns/movistar-pattern.json]"

O2:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21bfc19

Please sign in to comment.