8000 Fix minor error · TheAlgorithms/scripts@d7bb8fc · GitHub
[go: up one dir, main page]

Skip to content

Commit d7bb8fc

Browse files
authored
Fix minor error
1 parent d181ce6 commit d7bb8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formatter/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ runs:
2929
- name: Committing changes
3030
shell: bash
3131
run: |
32-
git commit -m "chore: formatting filenames`" DIRECTORY.md || true
32+
git commit -m "chore: formatting filenames" DIRECTORY.md || true
3333
git push origin HEAD:$GITHUB_REF || true

0 commit comments

Comments
 (0)
0