Skip to content

Commit

Permalink
update conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik-parikh01 committed Oct 8, 2024
1 parent 47da601 commit 72cb380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

-
name: Validate docs
if: ${{ matrix.target }} == "binaries"
if: matrix.target == 'binaries'
run: |
./bin/registry-api-descriptor-template ./docs/content/spec/api.md.tmpl > /tmp/api.md
diff docs/content/spec/api.md /tmp/api.md
Expand Down

0 comments on commit 72cb380

Please sign in to comment.