mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-19 22:46:57 +08:00
jeebus.
This commit is contained in:
@@ -5,7 +5,7 @@ Write-Host "::group::Prep"
|
|||||||
|
|
||||||
$_base_url = "https://github.com/jqlang/jq/releases/download"
|
$_base_url = "https://github.com/jqlang/jq/releases/download"
|
||||||
|
|
||||||
$_arch_env = ($Env::RUNNER_ARCH).ToLower()
|
$_arch_env = ($Env:RUNNER_ARCH).ToLower()
|
||||||
|
|
||||||
# validate input and prepare some vars
|
# validate input and prepare some vars
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user