Skip to content

Commit 22ff5bb

Browse files
committed
fix issue with qoutes
1 parent 08bf2f2 commit 22ff5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ inputs:
2626
runs:
2727
using: "composite"
2828
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 }}"
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 }}"
3030
shell: bash

0 commit comments

Comments
 (0)