rename git-token to branch-token

This commit is contained in:
Peter Evans 2024-08-16 14:57:23 +00:00
parent 5294a5ed9d
commit 1985abb7f4
5 changed files with 14 additions and 14 deletions

View file

@ -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: >