Skip to content

Commit

Permalink
WIP: multiline description
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Dec 19, 2023
1 parent 3c7303b commit 3541588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ create_cluster ---> cluster_kubeconfig
| nodes | | False | Number of nodes to provision |
| instance-type | | False | Instance type to provision |
| timeout-minutes | 20 | False | Time to wait for the cluster to have a status of `running` |
| tags | | False | Tags to assign to the cluster.<br>Example:<br>```<br>tags: |<br> - key: "department"<br> value: "engineering"<br>```<br> |
| tags | | False | Tags to assign to the cluster.<br>Example:<br>```<br>tags: \|<br> - key: "department"<br> value: "engineering"<br>```<br> |
| kubeconfig-path | | False | If specified, the kubeconfig will be written to this path |
| export-kubeconfig | false | False | Export the KUBECONFIG variable (true/false) |

Expand Down
2 changes: 1 addition & 1 deletion create-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inputs:
Tags to assign to the cluster.
Example:
```
tags: |
tags: \|
- key: "department"
value: "engineering"
```
Expand Down

0 comments on commit 3541588

Please sign in to comment.