how fix syntax in action.yml

See #91
This commit is contained in:
Adam Dobrawy 2021-05-24 11:59:14 +02:00 committed by GitHub
parent cbec6b6085
commit 65392840bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ inputs:
github_token:
description: 'GitHub token or PAT token'
required: true
default: ${{ github.token }]
default: ${{ github.token }}
repository:
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
default: ''