From 91571eb88341c6361f9661bf654914e078efd4fc Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Thu, 24 Mar 2022 22:54:47 -0700 Subject: [PATCH] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3691ff..07d4657 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: # TODO paging run: | URL="https://hub.docker.com/v2/repositories/vulhub/java/tags/?page_size=100" - VERSIONS=$((curl -s $URL && curl -s "$URL&page=2") | jq -rc '[[.results[].name] | _nwise(3) | join(" ")]') + VERSIONS=$(curl -s $URL "$URL&page=2" | jq -rc '[[.results[].name] | _nwise(3) | join(" ")]') echo "::set-output name=versions::$VERSIONS" outputs: