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 cbec6b6 commit 6539284Copy full SHA for 6539284
action.yml
@@ -8,7 +8,7 @@ inputs:
8
github_token:
9
description: 'GitHub token or PAT token'
10
required: true
11
- default: ${{ github.token }]
+ default: ${{ github.token }}
12
repository:
13
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
14
default: ''
0 commit comments