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 1fd60bc commit 5747ddaCopy full SHA for 5747dda
action.yml
@@ -0,0 +1,9 @@
1
+name: 'Codefresh pipeline runner'
2
+description: 'Github action that run codefresh pipeline'
3
+author: 'codefresh'
4
+branding:
5
+ icon: 'arrow-right-circle'
6
+ color: 'green'
7
+runs:
8
+ using: 'bash'
9
+ main: 'runner-entrypoint.sh'
0 commit comments