Skip to content

Commit f0e4787

Browse files
Add action.yml
1 parent 0d674bb commit f0e4787

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'Sample action'
2+
description: 'Sample GitHub Action to say hello'
3+
inputs:
4+
name:
5+
required: true
6+
description: 'Greetings'
7+
runs:
8+
using: 'node16'
9+
main: 'main.js'
10+

0 commit comments

Comments
 (0)