generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaction.yml
28 lines (28 loc) · 736 Bytes
/
action.yml
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
name: Await Remote Run
description: Await a remote repository run to complete, returning a result.
author: Alex Miller
branding:
icon: shield
color: purple
inputs:
token:
description: GitHub Personal Access Token for making API requests.
required: true
repo:
description: Repository of the action to dispatch.
required: true
owner:
description: Owner of the given repository.
required: true
run_id:
description: Run ID to await the completion of.
required: true
run_timeout_seconds:
description: Time until giving up on the run.
default: 300
poll_interval_ms:
description: Frequency to poll the run for a status.
default: 5000
runs:
using: node20
main: dist/index.mjs