Skip to content

Commit 530e589

Browse files
authored
README file - "Cloud 66 Toolbelt"
1 parent 44a32d7 commit 530e589

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# GitHub Actions for Cloud 66 toolbelt #
2-
This repository contains GitHub Actions for [Cloud 66 toolbelt](https://github.com/cloud66-oss/cx), which would allow users to perform common tasks available through cx (such as deployment), using GitHub Actions.
2+
This repository contains GitHub Actions for [Cloud 66 Toolbelt](https://github.com/cloud66-oss/cx), which would allow users to perform common tasks available through cx (such as deployment), using GitHub Actions.
33

44
# Usage #
55

6-
Below have been provided two example workflows, which demonstrate the two ways in which Cloud 66 toolbelt commands can be passed to the Cloud 66 GitHub Action. Both result in redeployment of a Cloud 66 stack, named "my_stack".
6+
Below have been provided two example workflows, which demonstrate the two ways in which Cloud 66 Toolbelt commands can be passed to the Cloud 66 GitHub Action. Both result in redeployment of a Cloud 66 stack, named "my_stack".
77

88
The first option is to provide the name of the stack as an environment variable and to pass the cx command as an argument, containing the name of the environment variable, as can be seen below:
99

@@ -45,4 +45,4 @@ The use of environment variables is a matter of personal choice, since anything
4545
In this case, this is ```CLOUD66_STACK = "my-stack"``` in the first example and there is no environment variable in the second example.
4646

4747
# License #
48-
See LICENSE
48+
See LICENSE

0 commit comments

Comments
 (0)