We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51963f2 commit e34a25cCopy full SHA for e34a25c
action.yml
@@ -2,22 +2,14 @@ name: 'The name of your action here'
2
description: 'Provide a description here'
3
author: 'Your name or organization here'
4
5
-# Add your action's branding here. This will appear on the GitHub Marketplace.
6
-branding:
7
- icon: 'heart'
8
- color: 'red'
9
10
# Define your inputs here.
11
inputs:
12
- milliseconds:
13
- description: 'Your input description here'
+ token:
+ description: 'Github token'
14
required: true
15
- default: '1000'
16
17
-# Define your outputs here.
18
-outputs:
19
- time:
20
- description: 'Your output description here'
+
21
22
runs:
23
using: node20
0 commit comments