fix: add head sha output to action.yml
This commit is contained in:
parent
f530141cd3
commit
67df31e08a
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ outputs:
|
||||||
description: 'The URL of the pull request.'
|
description: 'The URL of the pull request.'
|
||||||
pull-request-operation:
|
pull-request-operation:
|
||||||
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
|
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.'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
Loading…
Reference in a new issue