refactor(get-images-from-files): to return json array #31
@@ -64,3 +64,7 @@ runs:
|
|||||||
fi
|
fi
|
||||||
images+="]"
|
images+="]"
|
||||||
echo "images=${images}" >> "$GITHUB_OUTPUT"
|
echo "images=${images}" >> "$GITHUB_OUTPUT"
|
||||||
|
- id: list-images
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo '${{ steps.format.outputs.images }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user