mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 00:41:52 +08:00
.github/
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- id: get-versions
|
- id: get-versions
|
||||||
run: |
|
run: |
|
||||||
URL="https://hub.docker.com/v2/repositories/vulhub/java/tags/?page_size=100"
|
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"
|
echo "::set-output name=versions::$VERSIONS"
|
||||||
outputs:
|
outputs:
|
||||||
versions: ${{ steps.get-versions.outputs.versions }}
|
versions: ${{ steps.get-versions.outputs.versions }}
|
||||||
|
|||||||
Reference in New Issue
Block a user