Skip to content

Commit 185cfc4

Browse files
committed
fix: missing paramenter
1 parent 092b792 commit 185cfc4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
with:
2828
token: ${{github.token}}
2929
type: finish
30+
status: success
3031
deployment_id: ${{steps.create.outputs.deployment_id}}

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ inputs:
1414
description:
1515
required: false
1616
description: description of a deployment
17+
deployment_id:
18+
required: false
19+
description: an id for deployment if 'delete' or 'status' type is used
1720
runs:
1821
using: 'node12'
1922
main: 'dist/index.js'

0 commit comments

Comments
 (0)