Skip to content

Commit a51a58e

Browse files
Removing secrets.GITHUB_TOKEN from description, as it's being rendered
1 parent 7500ebd commit a51a58e

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
@@ -8,7 +8,7 @@ inputs:
88
description: "Name of the GitHub actions job where the artifact will be uploaded"
99
required: true
1010
token:
11-
description: "GitHub token available as ${{ secrets.GITHUB_TOKEN }} required to create a comment"
11+
description: "GitHub token available as the `secrets.GITHUB_TOKEN` variable"
1212
required: true
1313
runs:
1414
using: "composite"

0 commit comments

Comments
 (0)