Skip to content

Commit 7d34cb8

Browse files
action yml
1 parent ec18ae4 commit 7d34cb8

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: 'Merge branch'
2+
description: 'A GitHub Action that merge PR branch to other branchs'
3+
author: Miguel Savignano
4+
runs:
5+
using: 'docker'
6+
image: 'Dockerfile'
7+
branding:
8+
icon: 'git-merge'
9+
color: 'purple'

0 commit comments

Comments
 (0)