Skip to content

Commit 5747dda

Browse files
Create action.yml
1 parent 1fd60bc commit 5747dda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)