We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81114eb commit c0c2ea7Copy full SHA for c0c2ea7
.github/workflows/autoupdate-pre-commit-config.yml
@@ -28,6 +28,8 @@ jobs:
28
pip install pre-commit
29
pre-commit autoupdate || (exit 0);
30
pre-commit run -a || (exit 0);
31
+ COMMIT_NAME: 'GitHub Actions'
32
+ COMMIT_EMAIL: '[email protected]'
33
COMMIT_MESSAGE: "⬆️ UPGRADE: Autoupdate pre-commit config"
34
PR_BRANCH_NAME: "pre-commit-config-update-${PR_ID}"
35
PR_TITLE: "⬆️ UPGRADE: Autoupdate pre-commit config"
0 commit comments