File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- name : ' Your name here'
2
- description : ' Provide a description here'
3
- author : ' Your name or organization here'
1
+ name : ' Deploy to Gist'
2
+ description : ' 📌 Deploy file to gist.'
3
+ author : ' Exuanbo'
4
+ branding :
5
+ icon : ' upload-cloud'
6
+ color : ' blue'
4
7
inputs :
5
- milliseconds : # change this
8
+ github_token :
6
9
required : true
7
- description : ' input description here'
8
- default : ' default value if applicable'
10
+ description : ' Set a generated GITHUB_TOKEN for updating gist.'
11
+ gist_id :
12
+ required : true
13
+ description : ' Set id of the gist to be updated.'
14
+ gist_file_name :
15
+ required : false
16
+ description : ' Set a file name in the gist.'
17
+ file_path :
18
+ required : true
19
+ description : ' Set path of the file to be deployed'
9
20
runs :
10
21
using : ' node12'
11
22
main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments