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 c9dd120 commit 6671c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
custom_command: validate
arguments: |
${{ steps.FindYAMLFiles.outputs.files }}
custom_command: validate ${{ steps.FindYAMLFiles.outputs.files }}
# arguments: |
# ${{ steps.FindYAMLFiles.outputs.files }}

0 comments on commit 6671c44

Please sign in to comment.