From 1741d410a460e56b518b1ee7f41b967fa44189a9 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 28 Nov 2023 13:43:05 -0700 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: