File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- name : " GitHub Action Base Typescript - Action Name "
2- description : " Action description "
1+ name : " Random Unicode Text Generator 🈸⫛⊹⦑✨⦖⏲↶⾍┣✌ "
2+ description : " Create random unicode text from an input range "
33author : " Wesley Scholl"
44
55runs :
66 using : " node16"
77 main : " dist/index.js"
88
99inputs :
10- GITHUB_TOKEN :
11- description : " The GitHub token for authentication."
12- required : true
13- default : " {{ secrets.GITHUB_TOKEN }}"
14- input1 :
15- description : " input1 description"
10+ numOfChars :
11+ description : " Number of unicode characters to output."
1612 required : false
17- default : " This string "
18- input2 :
19- description : " input1 description "
13+ default : " 100 "
14+ startRange :
15+ description : " Unicode character start range. "
2016 required : false
21- default : ' 5'
17+ default : " 0"
18+ endRange :
19+ description : " Unicode character end range."
20+ required : false
21+ default : " 50000"
2222
2323branding :
24- icon : " message-square "
25- color : " purple "
24+ icon : " type "
25+ color : " blue "
You can’t perform that action at this time.
0 commit comments