Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit d9da993

Browse files
committed
Add the action to make the commit
1 parent b84a13f commit d9da993

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
2323

2424
- name: Commit autoformatting changes back to pull request
2525
if: always() && (steps.pre-commit.outcome == 'failure') && (github.event_name == 'pull_request')
26-
run: echo "Would autoformat"
26+
uses: devops-infra/[email protected]
27+
with:
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
29+
commit_message: Autoformat

0 commit comments

Comments
 (0)