mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
output head sha and verified status
This commit is contained in:
parent
bb1f2b1327
commit
3d665e5aea
4 changed files with 76 additions and 39 deletions
|
@ -119,6 +119,7 @@ The following outputs can be used by subsequent workflow steps.
|
|||
- `pull-request-operation` - The pull request operation performed by the action, `created`, `updated` or `closed`.
|
||||
- `pull-request-head-sha` - The commit SHA of the pull request branch.
|
||||
- `pull-request-branch` - The branch name of the pull request.
|
||||
- `pull-request-commits-verified` - Whether GitHub considers the signature of the branch's commits to be verified; `true` or `false`.
|
||||
|
||||
Step outputs can be accessed as in the following example.
|
||||
Note that in order to read the step outputs the action step must have an id.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue