We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbfcf5 commit 9dbe060Copy full SHA for 9dbe060
README.md
@@ -43,11 +43,13 @@ Now next time you commit anything in your Github repository the Codefresh pipeli
43
44
## Usage
45
An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
46
-```action "run pipeline" {
+```
47
+action "run pipeline" {
48
uses = "./"
49
secrets = ["CF_API_KEY"]
50
env = {
51
TRIGGER_NAME = "codefresh-trigger"
52
PIPELINE_NAME = "codefresh-pipeline"
53
}
-}```
54
+}
55
0 commit comments