mirror of
https://github.com/nspcc-dev/gh-push-to-neofs.git
synced 2026-03-01 04:28:40 +00:00
Multiple failing strategies support in case of files not found #5
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.
It's relevant for all actions that use files. Currently the failing strategy if files not found is to immediately return the error and stop the action. It may not to be the desired behaviour. E.g. artifact uploading action default strategy is to continue its work and succeed in the end.
Describe the solution you'd like
It may be a good idea to consider implementing different failing strategies like it is done in
actions/upload-artifact@a8a3f3ad30/action.yml (L11).