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