-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (27 loc) · 718 Bytes
/
action.yml
File metadata and controls
31 lines (27 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Wait for deployment
description: |
Block until a deployment is finished for the pushed commit,
and get the URL for running any further tests.
branding:
icon: clock
color: black
inputs:
github-token:
description: Your GitHub access token
required: true
environment:
description: The deployment environment to wait for
timeout:
description: The number of seconds after which to fail if no deployment is found.
default: 30
interval:
description: The number of seconds to wait between repeated checks for deployments.
default: 5
outputs:
url:
description: The deployment URL
id:
description: The GitHub deployment id
runs:
using: node12
main: index.js