From 7b36e36d84eb9230e84a5ad2c533062f65ab9e53 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Tue, 4 Nov 2025 11:23:53 -0500 Subject: [PATCH] Quick test --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6fd1f0c..b569c68 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ branding: inputs: token: description: > - The GitHub token used to make authenticated API requests. + The GitHub token used to make authenticated API requests. default: ${{ github.token }} required: false