-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
38 lines (38 loc) · 974 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
29
30
31
32
33
34
35
36
37
38
branding:
color: green
icon: play
description:
🚀 Trigger other workflows, display a link, and optionally wait for the
result.
name: Workflow Dispatch Plus
inputs:
inputs:
description: JSON object of inputs
default: "{}"
marker-input:
description: Name of input for this workflow's URL
repo:
default: ${{ github.repository }}
description: Repository owner and name
ref:
default: ${{ github.ref }}
description: Ref
token:
default: ${{ github.token }}
description:
Personal access token, see
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
wait:
default: "false"
description: Whether to wait for
workflow:
description: Workflow file path
required: true
outputs:
conclusion:
description: Conclusion of workflow run
run_id:
description: Workflow run ID
runs:
using: node16
main: workflow-dispatch/dist/main.js