Skip to content

Commit

Permalink
fix: add head sha output to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Nov 4, 2021
1 parent f530141 commit 67df31e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ outputs:
description: 'The URL of the pull request.'
pull-request-operation:
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:
using: 'node12'
main: 'dist/index.js'
Expand Down

0 comments on commit 67df31e

Please sign in to comment.