Merge pull request #15 from ad-m/syntax-action

Escape variables in action.yml
This commit is contained in:
Adam Dobrawy 2019-10-11 00:29:47 +02:00 committed by GitHub
commit 0f7258526c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ branding:
color: green
inputs:
github_token:
description: 'Token for the repo. Can be passed in using ${{ secrets.GITHUB_TOKEN }}'
description: 'Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}'
required: true
repository:
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'