Skip to content

Commit 4253f2c

Browse files
Update README.md
1 parent bc8365b commit 4253f2c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ Now next time you commit anything in your Github repository the Codefresh pipeli
4444
## Usage
4545
An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
4646
```
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-
}
47+
name: 'Codefresh pipeline runner'
48+
description: 'Github action that run codefresh pipeline'
49+
author: 'codefresh'
50+
branding:
51+
icon: 'arrow-right-circle'
52+
color: 'green'
53+
runs:
54+
using: 'docker'
55+
image: 'Dockerfile'
5556
```

0 commit comments

Comments
 (0)