We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91345b9 + 7e77af6 commit 50cfa28Copy full SHA for 50cfa28
.github/workflows/scheduled.yml
@@ -43,7 +43,7 @@ jobs:
43
casks="$(find "$(brew --repo "${TAP}")/Casks" -type f | shuf -n "${TEST_COUNT}" | xargs -I{} basename {} .rb)"
44
# shellcheck disable=SC2086
45
json="$(
46
- brew info --json=v2 $casks |
+ brew info --json=v2 --casks $casks |
47
jq --compact-output '[.casks[] | select(.deprecated == false and .disabled == false) | .full_token]'
48
)"
49
echo "json=${json}" >> "$GITHUB_OUTPUT"
0 commit comments