From b970b7ab6e4fffe7e9da16fdc80b2cfb55f29592 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Mon, 13 Jan 2020 21:04:34 +0100 Subject: [PATCH] Fix description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8b9b048..8f3ab79 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: required: false default: '.' github_token: - description: Github Token. Usually this is the value from ${{ secrets.GITHUB_TOKEN }}. Pass a PAT if you need a more powerful token. + description: Github Token. Usually this is the value from secrets.GITHUB_TOKEN. Pass a PAT if you need a more powerful token. required: true