-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
31 lines (31 loc) · 819 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
name: Read Elastic Beanstalk Environment Data
author: Alex Jurkiewicz
description: Read the status of an AWS Elastic Beanstalk Environment
inputs:
application_name:
description: Application to search for the environment
required: false
default: ""
environment_name:
description: Environment name to search for
required: false
default: ""
environment_id:
description: Environment ID to load (eg `e-abcd1234yz`)
required: false
default: ""
outputs:
name:
description: Environment name
id:
description: Environment ID (eg `e-abcd1234yz`)
application:
description: Application the environment exists in
version:
description: Currently deployed application version label
runs:
using: docker
image: Dockerfile
branding:
color: green
icon: codesandbox