Skip to content

Commit 82ed8f3

Browse files
authored
Removes interpolation characters from input description
#324 (comment)
1 parent 20682c6 commit 82ed8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ runs:
1212

1313
inputs:
1414
repo-token:
15-
description: "You probably want it to be ${{ '${{ secrets.GITHUB_TOKEN }}' }}"
15+
description: You probably want it to be secrets.GITHUB_TOKEN
1616
required: true

0 commit comments

Comments
 (0)