8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08486d commit 3e979acCopy full SHA for 3e979ac
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