Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Aug 15, 2024
1 parent 3595eb7 commit e79aeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/token-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Validate Spectra Tokens
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: src/schema/spectra-tokens.schema.json
INPUT_JSONS: src/tokens/spectra-tokens.json, src/tokens/erc4626Wrappers.json
INPUT_SCHEMA: ./src/schema/spectra-tokens.schema.json
INPUT_JSONS: ./src/tokens/spectra-tokens.json, ./src/tokens/erc4626Wrappers.json

0 comments on commit e79aeef

Please sign in to comment.