mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 17:01:53 +08:00
test
This commit is contained in:
@@ -51,7 +51,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- id: get-versions
|
- id: get-versions
|
||||||
# TODO paging
|
# TODO paging
|
||||||
run: echo "::set-output name=versions::$(curl -s https://hub.docker.com/v2/repositories/vulhub/java/tags/?page_size=100 | jq -rc '[[.results[].name] | _nwise(3) | join(\" \") ]')"
|
run: |
|
||||||
|
VERSIONS=$(curl -s https://hub.docker.com/v2/repositories/vulhub/java/tags/?page_size=100 | jq -rc '[[.results[].name] | _nwise(3) | join(" ") ]')
|
||||||
|
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