Skip to content

Commit 9dbe060

Browse files
Update README.md
1 parent cfbfcf5 commit 9dbe060

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ Now next time you commit anything in your Github repository the Codefresh pipeli
4343

4444
## Usage
4545
An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
46-
```action "run pipeline" {
46+
```
47+
action "run pipeline" {
4748
uses = "./"
4849
secrets = ["CF_API_KEY"]
4950
env = {
5051
TRIGGER_NAME = "codefresh-trigger"
5152
PIPELINE_NAME = "codefresh-pipeline"
5253
}
53-
}```
54+
}
55+
```

0 commit comments

Comments
 (0)