You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
name: "Get deployment information"
2
2
description: "Get the information required to build and deploy an Octue service."
3
3
author: "cortadocodes"
4
-
#branding:
5
-
# icon: git-pull-request
6
-
# color: green
4
+
branding:
5
+
icon: cloud
6
+
color: red
7
7
inputs:
8
8
gcp_project_name:
9
9
description: "The name of the Google Cloud project being deployed to."
@@ -15,13 +15,13 @@ inputs:
15
15
description: "The Google Cloud region being deployed to."
16
16
required: true
17
17
gcp_resource_affix:
18
-
description: ""
18
+
description: "A label to affix to the names of the resources created during deployment. This helps avoid confusion about what resources belong to what applications and aids cleanup of old resources."
19
19
required: true
20
20
gcp_service_name:
21
21
description: "The name of the service being deployed."
22
22
required: true
23
23
gcp_environment:
24
-
description: ""
24
+
description: "The environment in Google Cloud the service is being deployed into e.g. 'staging' or 'production'."
25
25
required: false
26
26
default: main
27
27
@@ -40,26 +40,26 @@ outputs:
40
40
description: "The tag of the docker image for the version."
41
41
short_sha:
42
42
description: "The short SHA of the HEAD commit being deployed."
43
+
version:
44
+
description: "The version being deployed."
43
45
version_slug:
44
46
description: "The slugified version."
45
-
gcp_environment:
46
-
description: ""
47
47
gcp_project_name:
48
-
description: ""
48
+
description: "The name of the Google Cloud project being deployed to."
49
49
gcp_project_number:
50
-
description: ""
50
+
description: "The number of the Google Cloud project being deployed to."
51
51
gcp_region:
52
-
description: ""
52
+
description: "The Google Cloud region being deployed to."
53
53
gcp_resource_affix:
54
-
description: ""
55
-
gcp_service:
56
-
description: ""
57
-
version:
58
-
description: "The version being deployed."
54
+
description: "A label to affix to the names of the resources created during deployment. This helps avoid confusion about what resources belong to what applications and aids cleanup of old resources."
55
+
gcp_service_name:
56
+
description: "The name of the service being deployed."
57
+
gcp_environment:
58
+
description: "The environment in Google Cloud the service is being deployed into e.g. 'staging' or 'production'."
0 commit comments