8000 Fix committing · TheAlgorithms/scripts@c08486d · GitHub
[go: up one dir, main page]

Skip to content

Commit c08486d

Browse files
authored
Fix committing
1 parent d7bb8fc commit c08486d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

formatter/action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ runs:
2929
- name: Committing changes
3030
shell: bash
3131
run: |
32-
git commit -m "chore: formatting filenames" DIRECTORY.md || true
32+
git add ${{ inputs.working-directory }} || true
33+
git commit -m "chore: formatting filenames" || true
34+
3335
git push origin HEAD:$GITHUB_REF || true

0 commit comments

Comments
 (0)
0