Skip to content

Commit 6539284

Browse files
authored
how fix syntax in action.yml
See ad-m#91
1 parent cbec6b6 commit 6539284

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
github_token:
99
description: 'GitHub token or PAT token'
1010
required: true
11-
default: ${{ github.token }]
11+
default: ${{ github.token }}
1212
repository:
1313
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
1414
default: ''

0 commit comments

Comments
 (0)