Skip to content

Commit 9b2eb44

Browse files
committed
chore: update action.yml
1 parent 0718fb7 commit 9b2eb44

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

action.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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"
44
branding:
5-
icon: 'upload-cloud'
6-
color: 'blue'
5+
icon: "upload-cloud"
6+
color: "green"
77
inputs:
88
token:
99
required: true
10-
description: 'Set a generated TOKEN for updating gist.'
10+
description: "Set personal access token for updating gist."
1111
gist_id:
1212
required: true
13-
description: 'Set id of the gist to be updated.'
13+
description: "Set id of the gist to be updated."
1414
gist_file_name:
1515
required: false
16-
description: 'Set a file name in the gist.'
16+
description: "Set file name in the gist."
1717
file_path:
1818
required: true
19-
description: 'Set path of the file to be deployed'
19+
description: "Set path of the file to be deployed."
2020
runs:
21-
using: 'node12'
22-
main: 'dist/index.js'
21+
using: "node12"
22+
main: "dist/index.js"

0 commit comments

Comments
 (0)