Skip to content

Commit c0c2ea7

Browse files
committed
set autoupdate in githubactions name
1 parent 81114eb commit c0c2ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autoupdate-pre-commit-config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
pip install pre-commit
2929
pre-commit autoupdate || (exit 0);
3030
pre-commit run -a || (exit 0);
31+
COMMIT_NAME: 'GitHub Actions'
32+
COMMIT_EMAIL: '[email protected]'
3133
COMMIT_MESSAGE: "⬆️ UPGRADE: Autoupdate pre-commit config"
3234
PR_BRANCH_NAME: "pre-commit-config-update-${PR_ID}"
3335
PR_TITLE: "⬆️ UPGRADE: Autoupdate pre-commit config"

0 commit comments

Comments
 (0)