10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bb8fc commit c08486dCopy full SHA for c08486d
formatter/action.yml
@@ -29,5 +29,7 @@ runs:
29
- name: Committing changes
30
shell: bash
31
run: |
32
- git commit -m "chore: formatting filenames" DIRECTORY.md || true
+ git add ${{ inputs.working-directory }} || true
33
+ git commit -m "chore: formatting filenames" || true
34
+
35
git push origin HEAD:$GITHUB_REF || true
0 commit comments