Skip to content

Commit

Permalink
set an input
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Mar 2, 2024
1 parent f5c3c1c commit 6ce9fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ branding:

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
github-token:
description: 'a github access token'
required: true
default: '1000'
default: ${{ github.token }}

# Define your outputs here.
outputs:
Expand Down

0 comments on commit 6ce9fdc

Please sign in to comment.