diff --git a/action.yml b/action.yml index 8035b8b..3843edb 100644 --- a/action.yml +++ b/action.yml @@ -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})'