Multiple failing strategies support in case of files not found #5

Open
opened 2025-12-28 18:15:41 +00:00 by sami · 0 comments
Owner

Originally created by @AnnaShaleva on GitHub (Oct 17, 2023).

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).

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](https://github.com/actions/upload-artifact/blob/a8a3f3ad30e3422c9c7b888a15615d19a852ae32/action.yml#L11) 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 https://github.com/actions/upload-artifact/blob/a8a3f3ad30e3422c9c7b888a15615d19a852ae32/action.yml#L11.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/gh-push-to-neofs#5
No description provided.