mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-12 02:56:56 +08:00
remove download compressed
This commit is contained in:
6
.github/workflows/example-windows.yaml
vendored
6
.github/workflows/example-windows.yaml
vendored
@@ -8,11 +8,6 @@ on:
|
||||
required: false
|
||||
description: "Version of jq to install"
|
||||
default: "1.6"
|
||||
download-compressed:
|
||||
type: boolean
|
||||
required: false
|
||||
description: "Download .tar.gz of binary rather than raw binary. Save the tubes."
|
||||
default: true
|
||||
force:
|
||||
type: boolean
|
||||
required: false
|
||||
@@ -27,7 +22,6 @@ jobs:
|
||||
uses: dcarbone/install-jq-action@v1.0.0
|
||||
with:
|
||||
version: '${{ inputs.version }}'
|
||||
download-compressed: '${{ inputs.download-compressed }}'
|
||||
force: '${{ inputs.force }}'
|
||||
|
||||
- name: 'Check jq'
|
||||
|
||||
Reference in New Issue
Block a user