Fix description for github-token input in runner fallback action

This commit is contained in:
Palash Tyagi 2025-05-04 00:35:07 +01:00
parent b25c6d358e
commit 101ee8c1c7

View File

@ -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: