Skip to content

Commit b9f729c

Browse files
committed
Fix action.yml
1 parent cd32dc4 commit b9f729c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Get a latest release or by tag, including draft releases'
33
author: 'Simon Ihmig'
44
inputs:
55
token:
6-
description: The Github token used for authentication, usually ${{ secrets.GITHUB_TOKEN }}
6+
description: The Github token used for authentication.
77
required: true
88
owner:
99
description: Name of the owner of the repo, taken from current repo by default.

0 commit comments

Comments
 (0)