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 13a5207 commit d9c66f6Copy full SHA for d9c66f6
action.yml
@@ -16,7 +16,7 @@ inputs:
16
ref:
17
description: The git ref to build. This will usually be a sha, but can be a branch or anything supported by git checkout.
18
token:
19
- description: Pass `${{ github.token }}` here if this is a private repository.
+ description: Pass `github.token` if this is a private repository.
20
21
runs:
22
using: node20
0 commit comments