From a0f554cf30a49875b750cffa38badf6696298899 Mon Sep 17 00:00:00 2001 From: Honza Bittner Date: Thu, 10 Oct 2019 11:50:58 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 09949aa..8035b8b 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})'