We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7500ebd commit a51a58eCopy full SHA for a51a58e
action.yml
@@ -8,7 +8,7 @@ inputs:
8
description: "Name of the GitHub actions job where the artifact will be uploaded"
9
required: true
10
token:
11
- description: "GitHub token available as ${{ secrets.GITHUB_TOKEN }} required to create a comment"
+ description: "GitHub token available as the `secrets.GITHUB_TOKEN` variable"
12
13
runs:
14
using: "composite"
0 commit comments