mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Fix description for github-token input in runner fallback action
This commit is contained in:
parent
b25c6d358e
commit
101ee8c1c7
2
.github/actions/runner-fallback/action.yml
vendored
2
.github/actions/runner-fallback/action.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user