We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bf2f2 commit 22ff5bbCopy full SHA for 22ff5bb
action.yml
@@ -26,5 +26,5 @@ inputs:
26
runs:
27
using: "composite"
28
steps:
29
- - run: python3 ${{ github.action_path }}/main.py "${{ inputs.require_lowercase_filenames }}" "${{ inputs.require_lowercase_folders }}" "'${{ inputs.excluded_files }}'" "'${{ inputs.excluded_folders }}'" "${{ inputs.github_token }}"
+ - run: python3 ${{ github.action_path }}/main.py "${{ inputs.require_lowercase_filenames }}" "${{ inputs.require_lowercase_folders }}" '${{ inputs.excluded_files }}' '${{ inputs.excluded_folders }}' "${{ inputs.github_token }}"
30
shell: bash
0 commit comments