mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-12 11:06:55 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1548c666d |
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
- name: Setup jq
|
||||
id: install-jq
|
||||
uses: dcarbone/install-jq-action@main
|
||||
uses: ./
|
||||
with:
|
||||
version: '${{ matrix.version }}'
|
||||
force: '${{ matrix.force }}'
|
||||
|
||||
@@ -23,7 +23,7 @@ case $RUNNER_OS in
|
||||
_os='linux'
|
||||
;;
|
||||
macOS)
|
||||
_os='osx'
|
||||
_os='macos'
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user