-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
37 lines (37 loc) · 1.18 KB
/
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
name: Compose Inputs
description: Compose workflow inputs
inputs:
environments:
required: false
description: A YAML list of environment names
default: ''
environments_tags:
required: false
description: A YAML encoded map of environment names to a list of tags for that environment
default: ''
environments_variables:
required: false
description: A YAML encoded map of environment names to a list of Terraform Cloud variable objects
default: ''
name:
required: false
description: Workspace name, or workspace name prefix in the case of a multi-environment configuration
default: "${{ github.event.repository.name }}"
tags:
required: false
description: A YAML encoded list of tags that apply to all workspaces
default: ''
outputs:
workspaces:
description: Workspaces
workspace_tags:
description: Map of environments to tags for that environment
workspace_variables:
description: Map of environments to variables for that environment
tags:
description: Tags applied to all workspaces
name:
description: Workspace name, or prefix with a multi-environment configuration
runs:
using: docker
image: Dockerfile