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