mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-12 02:56:56 +08:00
trying without stupid
This commit is contained in:
@@ -72,7 +72,7 @@ runs:
|
||||
}
|
||||
|
||||
- name: 'Install jq - Windows-ish non-1.7'
|
||||
if: runner.os == 'Windows' && (inputs.version == '1.5' || inputs.version == '1.6') && (steps.jq-check-windows.outputs.found == 'false' || inputs.force == 'true')
|
||||
if: runner.os == 'Windows' && (inputs.version == '1.5' || inputs.version == '1.6') && (steps.jq-check-windows.outputs.found == 'false' || inputs.force == 'true')
|
||||
shell: powershell
|
||||
env:
|
||||
JQ_VERSION: '${{ inputs.version }}'
|
||||
|
||||
Reference in New Issue
Block a user