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 82f5508 commit 4924bc0Copy full SHA for 4924bc0
action.yaml
@@ -4,7 +4,7 @@ inputs:
4
token:
5
description: "GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)"
6
required: false
7
- default: {{ github.token }}
+ default: ${{ github.token }}
8
owner:
9
description: "Repo owner/org"
10
required: true
0 commit comments