Skip to content

Commit 4924bc0

Browse files
committed
Fix default github token evaluation
Signed-off-by: timflannagan <[email protected]>
1 parent 82f5508 commit 4924bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
token:
55
description: "GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)"
66
required: false
7-
default: {{ github.token }}
7+
default: ${{ github.token }}
88
owner:
99
description: "Repo owner/org"
1010
required: true

0 commit comments

Comments
 (0)