remove download compressed

This commit is contained in:
Daniel Carbone
2022-10-18 11:36:23 -05:00
parent e54e1bfbea
commit b75e140f38
5 changed files with 1 additions and 24 deletions

View File

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

View File

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

View File

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

View File

@@ -30,13 +30,10 @@ jobs:
- "windows-latest"
- "windows-2022"
- "windows-2019"
download-compressed:
- 'true'
- 'false'
force:
- 'true'
- 'false'
name: "Test Action - (img: ${{ matrix.image }}; dlcmp: ${{ matrix.download-compressed }}; force: ${{ matrix.force }})"
name: "Test Action - (img: ${{ matrix.image }}; force: ${{ matrix.force }})"
runs-on: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3.1.0
@@ -46,7 +43,6 @@ jobs:
uses: dcarbone/install-jq-action@main
with:
force: '${{ matrix.force }}'
download-compressed: '${{ matrix.download-compressed }}'
- name: Check jq - Unix-ish
if: runner.os == 'Linux' || runner.os == 'macOS'