Skip to content

Commit b2f35cf

Browse files
Update action.yml
1 parent c82b10d commit b2f35cf

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

action.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Code Engine Create or Update
2-
description: Github action to create or update Apps, Jobs and Functions in IBM Cloud Code Engine
1+
name: Deploy or update Code Engine workloads
2+
description: Github action to create or update applications, batch jobs and serverless functions in IBM Cloud Code Engine
33
author: Ryan Tiffany
44

55
branding:
6-
icon: cloud
6+
icon: upload-cloud
77
color: blue
88

99
inputs:
@@ -45,16 +45,23 @@ inputs:
4545
workload_cpu:
4646
description: CPU configuration set for the workload. If not set default Code Engine values are used.
4747
required: false
48+
default: 1
4849

4950
workload_memory:
5051
description: Memory configuration set for the workload. If not set default Code Engine values are used.
5152
required: false
53+
default: 4G
5254

5355
workload_port:
5456
description: Port configuration set for the app workload_type. If not set default Code Engine values are used.
5557
required: false
5658
default: 8080
5759

60+
workload_arg:
61+
description: Additional arguments to add to the app or job
62+
required: false
63+
64+
5865
# Github action code
5966
runs:
6067
using: composite

0 commit comments

Comments
 (0)