mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-04-20 17:00:16 +03:00
expose status of PR
This commit is contained in:
parent
085c3a0b6d
commit
aa38af6cd9
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ outputs:
|
||||||
pull-request-number:
|
pull-request-number:
|
||||||
description: 'The number of the opened pull request'
|
description: 'The number of the opened pull request'
|
||||||
value: ${{ steps.create-pr.outputs.pull-request-number }}
|
value: ${{ steps.create-pr.outputs.pull-request-number }}
|
||||||
|
pull-request-operation:
|
||||||
|
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
|
||||||
|
value: ${{ steps.create-pr.outputs.pull-request-operation }}
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue