Skip to content

Commit

Permalink
Merge pull request #15 from ad-m/syntax-action
Browse files Browse the repository at this point in the history
Escape variables in action.yml
  • Loading branch information
ad-m authored Oct 10, 2019
2 parents 10b2be7 + db2e565 commit 0f72585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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})'
Expand Down

0 comments on commit 0f72585

Please sign in to comment.