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 9fbcd46 commit ce8adb9Copy full SHA for ce8adb9
action.yml
@@ -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