mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Add outputs description
This commit is contained in:
parent
e49ebca896
commit
3c86e9a421
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ inputs:
|
||||||
description: 'Overrides the base branch.'
|
description: 'Overrides the base branch.'
|
||||||
branch-suffix:
|
branch-suffix:
|
||||||
description: 'The branch suffix type.'
|
description: 'The branch suffix type.'
|
||||||
|
outputs:
|
||||||
|
pr_number:
|
||||||
|
description: 'The pull request number'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
Loading…
Reference in a new issue