10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e979ac + 40b2144 commit e7c26b0Copy full SHA for e7c26b0
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