-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathaction.yml
35 lines (34 loc) · 870 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
name: "Trigger GitLab CI Pipeline"
description: "Triggering GitLab CI Pipeline through the API"
author: "Bo-Yi Wu"
inputs:
host:
description: "gitlab-ci base url"
default: "https://gitlab.com"
token:
description: "gitlab-ci token"
required: true
ref:
description: "gitlab-ci valid refs are only the branches and tags"
default: "main"
project_id:
description: "gitlab project id"
required: true
insecure:
description: "insecure mode"
variables:
description: "pass CI/CD variables"
debug:
description: "debug mode"
timeout:
description: "timeout waiting for pipeline to complete"
interval:
description: "interval waiting for pipeline to complete"
wait:
description: "wait for pipeline to complete"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "check-circle"
color: "orange"