feat: add branch name output

This commit is contained in:
Peter Evans 2024-06-18 14:10:30 +00:00
parent 4383ba9ef0
commit db4243edb5
4 changed files with 5 additions and 0 deletions

View file

@ -83,6 +83,8 @@ outputs:
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
pull-request-head-sha:
description: 'The commit SHA of the pull request branch.'
pull-request-branch:
description: 'The pull request branch name'
runs:
using: 'node20'
main: 'dist/index.js'