mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
rename git-token to branch-token
This commit is contained in:
parent
5294a5ed9d
commit
1985abb7f4
5 changed files with 14 additions and 14 deletions
|
@ -4,9 +4,9 @@ inputs:
|
|||
token:
|
||||
description: 'GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)'
|
||||
default: ${{ github.token }}
|
||||
git-token:
|
||||
branch-token:
|
||||
description: >
|
||||
The Personal Access Token (PAT) that the action will use for git operations.
|
||||
The token that the action will use to create and update the branch.
|
||||
Defaults to the value of `token`.
|
||||
path:
|
||||
description: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue