You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use a flag that makes the process to return the approval status instead of failing? For example, the step will always be success (unless there's a problem with credentials or permissions) and following steps/jobs can check as follows: if steps.approval.outputs.approved == 'true'
Thanks in advance
The text was updated successfully, but these errors were encountered:
I upvote for this feature request, as github actions don't support allow-failure in workflow step, nor they have intention to fix it, so when the manual-approval steps failed due to timeout or rejection, the specific workflow run would be marked with failure status and cause annoying notifications both in the ui and email.
Is it possible to use a flag that makes the process to return the approval status instead of failing? For example, the step will always be success (unless there's a problem with credentials or permissions) and following steps/jobs can check as follows:
if steps.approval.outputs.approved == 'true'
Thanks in advance
The text was updated successfully, but these errors were encountered: