Skip to content

Commit e34a25c

Browse files
committed
change token
1 parent 51963f2 commit e34a25c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

action.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,14 @@ name: 'The name of your action here'
22
description: 'Provide a description here'
33
author: 'Your name or organization here'
44

5-
# Add your action's branding here. This will appear on the GitHub Marketplace.
6-
branding:
7-
icon: 'heart'
8-
color: 'red'
95

106
# Define your inputs here.
117
inputs:
12-
milliseconds:
13-
description: 'Your input description here'
8+
token:
9+
description: 'Github token'
1410
required: true
15-
default: '1000'
1611

17-
# Define your outputs here.
18-
outputs:
19-
time:
20-
description: 'Your output description here'
12+
2113

2214
runs:
2315
using: node20

0 commit comments

Comments
 (0)