From b4f8062191dede5cbb727ebd833276a7afdbddc8 Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Tue, 24 May 2022 19:42:17 -0700 Subject: [PATCH] .github/ --- .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 21d3754..d6c9fb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - id: get-versions run: | URL="https://hub.docker.com/v2/repositories/vulhub/java/tags/?page_size=100" - VERSIONS=$(curl -s $URL "$URL&page=2" | jq -rc '[[.results[].name] | _nwise(2) | join(" ")]') + VERSIONS=$(curl -s $URL "$URL&page=2" | jq -rc '[[.results[].name] | _nwise(1) | join(" ")]') echo "::set-output name=versions::$VERSIONS" outputs: versions: ${{ steps.get-versions.outputs.versions }}