Skip to content

Commit

Permalink
chore: minor syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Apr 5, 2024
1 parent 811dc8f commit c9dd120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Validate AsyncAPI documents
uses: asyncapi/github-action-for-cli@v3.1.1
with:
command: custom
custom_command: validate
arguments: |
validate ${{ steps.FindYAMLFiles.outputs.files }}
${{ steps.FindYAMLFiles.outputs.files }}

0 comments on commit c9dd120

Please sign in to comment.