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 cf8be25 commit 96669d1Copy full SHA for 96669d1
README.md
@@ -1,3 +1,7 @@
1
+# Codefresh pipeline runner
2
+
3
+This action runs [codefresh](https://g.codefresh.io) pipeline using codefresh api key
4
5
# Integrating Codefresh pipelines with GitHub actions
6
7
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.
41
45
42
46
Now next time you commit anything in your Github repository the Codefresh pipeline will also execute.
43
47
48
+## Usage
49
44
50
An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
51
```
52
name: 'Codefresh pipeline runner'
0 commit comments