Skip to content

Commit ce8adb9

Browse files
committed
Add action.yml
1 parent 9fbcd46 commit ce8adb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: 'Create Issue From File'
2+
description: 'An action to create an issue using content from a file'
3+
runs:
4+
using: 'docker'
5+
image: 'Dockerfile'
6+
branding:
7+
icon: 'alert-circle'
8+
color: 'orange'

0 commit comments

Comments
 (0)