mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
codereview: define a git-user slug instead of a true/false config
This commit is contained in:
@@ -40,6 +40,12 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
||||
#
|
||||
# Default: ${{ github.token }}
|
||||
token: ''
|
||||
|
||||
# Github slug used to configure local user.name and user.email for git.
|
||||
# This is required to push a commit from a Github Action Workflow
|
||||
# Set to '' to disable this configuration
|
||||
# Default: "github-action[bot]
|
||||
git-config: ''
|
||||
|
||||
# SSH key used to fetch the repository. The SSH key is configured with the local
|
||||
# git config, which enables your scripts to run authenticated git commands. The
|
||||
|
||||
Reference in New Issue
Block a user