-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (26 loc) · 776 Bytes
/
action.yml
File metadata and controls
27 lines (26 loc) · 776 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
name: "Forward Actions workflows logs to Elastic"
description: "Downloads the workflow logs and uploads to Elastic"
author: "zypeaLLas"
inputs:
github_token:
description: "GitHub PAT"
github_org:
description: "The github organization to read the workflows logs from"
github_repository:
description: "The github repository to read the workflows logs from"
github_run_id:
description: "The workflow specific run id to read the logs from"
elastic_username:
description: "Elastic username"
elastic_password:
description: "Elastic http password"
elastic_host:
description: "The elastic host"
elastic_index:
description: "The elastic index"
outputs:
result:
description: "Result"
runs:
using: "docker"
image: "Dockerfile"