From 101ee8c1c799cb6ef277271e7b0c04aa120cdc7e Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sun, 4 May 2025 00:35:07 +0100 Subject: [PATCH] Fix description for github-token input in runner fallback action --- .github/actions/runner-fallback/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/runner-fallback/action.yml b/.github/actions/runner-fallback/action.yml index 0dcb1a2..9b320f2 100644 --- a/.github/actions/runner-fallback/action.yml +++ b/.github/actions/runner-fallback/action.yml @@ -11,7 +11,7 @@ inputs: description: 'Comma-separated label list or single label for the fallback (e.g. "ubuntu-latest")' required: true github-token: - description: "PAT or ${{ secrets.GITHUB_TOKEN }} with `repo` scope" + description: "PAT or GITHUB_TOKEN with `repo` scope" required: true outputs: