From 3aebd32fd748d36b91f29050b03a697eaab16742 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Thu, 10 Oct 2019 23:14:11 +0200 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})' From db2e565f96183d6fdcae939b2585ad5d579582b3 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Thu, 10 Oct 2019 23:17:59 +0200 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3843edb..5e84a87 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})'