Skip to content

Commit 96669d1

Browse files
refactor
1 parent cf8be25 commit 96669d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Codefresh pipeline runner
2+
3+
This action runs [codefresh](https://g.codefresh.io) pipeline using codefresh api key
4+
15
# Integrating Codefresh pipelines with GitHub actions
26

37
GitHub actions are a flexible way to respond to GitHub events and perform one or more tasks
@@ -41,6 +45,8 @@ Click the Done button to save your changes and commit.
4145

4246
Now next time you commit anything in your Github repository the Codefresh pipeline will also execute.
4347

48+
## Usage
49+
4450
An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
4551
```
4652
name: 'Codefresh pipeline runner'

0 commit comments

Comments
 (0)