Skip to content

Commit 49af1a9

Browse files
committed
fix typo
Signed-off-by: Martijn Govers <[email protected]>
1 parent 9f03292 commit 49af1a9

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
@@ -7,7 +7,7 @@ description: Retrieve the latest release tag, run the Bash script to bump versio
77

88
inputs: # actions don't have secrets, so we use inputs instead
99
token:
10-
description: 'A Github PAT, e.g. `${{ secrets.GITHUB_TOKEN }}`'
10+
description: 'A Github PAT, e.g. secrets.GITHUB_TOKEN'
1111
required: true
1212

1313
runs:

0 commit comments

Comments
 (0)