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 bc8365b commit 4253f2cCopy full SHA for 4253f2c
README.md
@@ -44,12 +44,13 @@ Now next time you commit anything in your Github repository the Codefresh pipeli
44
## Usage
45
An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
46
```
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
-}
+name: 'Codefresh pipeline runner'
+description: 'Github action that run codefresh pipeline'
+author: 'codefresh'
+branding:
+ icon: 'arrow-right-circle'
+ color: 'green'
+runs:
+ using: 'docker'
55
+ image: 'Dockerfile'
56
0 commit comments