Skip to content

Commit 67df31e

Browse files
committed
fix: add head sha output to action.yml
1 parent f530141 commit 67df31e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ outputs:
7171
description: 'The URL of the pull request.'
7272
pull-request-operation:
7373
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
74+
pull-request-head-sha:
75+
description: 'The commit SHA of the pull request branch.'
7476
runs:
7577
using: 'node12'
7678
main: 'dist/index.js'

0 commit comments

Comments
 (0)