We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07422d commit c1548c6Copy full SHA for c1548c6
.github/workflows/tests.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Setup jq
46
id: install-jq
47
- uses: dcarbone/install-jq-action@main
+ uses: ./
48
with:
49
version: '${{ matrix.version }}'
50
force: '${{ matrix.force }}'
scripts/unixish-17.sh
@@ -23,7 +23,7 @@ case $RUNNER_OS in
23
_os='linux'
24
;;
25
macOS)
26
- _os='osx'
+ _os='macos'
27
28
29
*)
0 commit comments