8000
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 3e979ac commit 40b2144Copy full SHA for 40b2144
formatter/action.yml
@@ -25,7 +25,7 @@ runs:
25
- name: Running the formatter
26
shell: bash
27
run: |
28
- filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
+ ./filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
29
- name: Committing changes
30
31
0 commit comments