update docs

This commit is contained in:
Peter Evans
2024-08-16 23:28:19 +01:00
parent 4a0f9a8513
commit 981b4699e5
3 changed files with 122 additions and 21 deletions

View File

@ -2,7 +2,7 @@ name: 'Create Pull Request'
description: 'Creates a pull request for changes to your repository in the actions workspace'
inputs:
token:
description: 'GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)'
description: 'The token that the action will use to create and update the pull request.'
default: ${{ github.token }}
branch-token:
description: >