10000 Merge pull request #13 from TheAlgorithms/revert-12-tjgurwara99-patch-1 · TheAlgorithms/scripts@e7c26b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7c26b0

Browse files
authored
Merge pull request #13 from TheAlgorithms/revert-12-tjgurwara99-patch-1
Revert "Fixing formatter action"
2 parents 3e979ac + 40b2144 commit e7c26b0

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