8000 Fix formatter action (#12) · Algorithms-Learn/scripts@3e979ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e979ac

Browse files
authored
Fix formatter action (TheAlgorithms#12)
1 parent c08486d commit 3e979ac

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