Skip to content

Commit b88e1cd

Browse files
committed
chore: update action.yml
1 parent 0a902c3 commit b88e1cd

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

action.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
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'
47
inputs:
5-
milliseconds: # change this
8+
github_token:
69
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'
920
runs:
1021
using: 'node12'
1122
main: 'dist/index.js'

0 commit comments

Comments
 (0)