8000 Revert "Fix formatter action (#12)" · TheAlgorithms/scripts@40b2144 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40b2144

Browse files
authored
Revert "Fix formatter action (#12)"
This reverts commit 3e979ac.
1 parent 3e979ac commit 40b2144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formatter/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Running the formatter
2626
shell: bash
2727
run: |
28-
filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
28+
./filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
2929
- name: Committing changes
3030
shell: bash
3131
run: |

0 commit comments

Comments
 (0)
0