We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f530141 commit 67df31eCopy full SHA for 67df31e
action.yml
@@ -71,6 +71,8 @@ outputs:
71
description: 'The URL of the pull request.'
72
pull-request-operation:
73
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.'
76
runs:
77
using: 'node12'
78
main: 'dist/index.js'
0 commit comments