mirror of
https://github.com/nspcc-dev/gh-push-to-neofs.git
synced 2026-03-01 04:28:40 +00:00
Optional per-object link output #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (Oct 17, 2023).
Is your feature request related to a problem? Please describe.
Current action output contains the common prefix for all uploaded objects which may look like https://http.t5.fs.neo.org/CdrZca2ccQRcJyCw2DzBTgDsZ32xJ889RghXdMTfER7s/3-1697553693/. However, sometimes it may be convenient to have the exact set of links to objects as an output.
Describe the solution you'd like
Add an optional output that contains enumeration of full links to all uploaded objects. One potential caveat is that action declaration can't contain optional outputs.