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 092b792 commit 185cfc4Copy full SHA for 185cfc4
.github/workflows/test.yml
@@ -27,4 +27,5 @@ jobs:
27
with:
28
token: ${{github.token}}
29
type: finish
30
+ status: success
31
deployment_id: ${{steps.create.outputs.deployment_id}}
action.yml
@@ -14,6 +14,9 @@ inputs:
14
description:
15
required: false
16
description: description of a deployment
17
+ deployment_id:
18
+ required: false
19
+ description: an id for deployment if 'delete' or 'status' type is used
20
runs:
21
using: 'node12'
22
main: 'dist/index.js'
0 commit comments