mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-12 20:50:14 +02:00
Add manifest-file input (#352)
This commit is contained in:
committed by
GitHub
parent
535554df96
commit
9b8caf6c41
+4
-2
@@ -20,10 +20,12 @@ inputs:
|
||||
checksum:
|
||||
description: "The checksum of the ruff version to install"
|
||||
required: false
|
||||
manifest-file:
|
||||
description: "URL to a custom manifest file in the astral-sh/versions format."
|
||||
required: false
|
||||
github-token:
|
||||
description:
|
||||
"Used to increase the rate limit when retrieving versions and downloading
|
||||
ruff."
|
||||
"Used for authenticated downloads of Ruff release artifacts from GitHub."
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user