diff --git a/action.yml b/action.yml index 68ffa4b..531b32c 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: required: true default: ${{ github.token }} handle: - description: 'When using the default ${{ github.token }}, the "handle" is fetched from this input since the token is repository scoped and it cannot even read its own handle. You should not need to change this input.' + description: 'When using the default github.token (from above), the "handle" is fetched from this input since the token is repository scoped and it cannot even read its own handle. You should not need to change this input.' required: true default: 'github-actions[bot]' path: