diff --git a/.github/workflows/validate-examples.yml b/.github/workflows/validate-examples.yml index bab43040..19a3f4a6 100644 --- a/.github/workflows/validate-examples.yml +++ b/.github/workflows/validate-examples.yml @@ -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 }} \ No newline at end of file