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
If the curl command for the dispatch_tag.yml and dispatch_merge.yml workflows that triggers events in another repo ends up with an unsucessful response code, the workflow still ends up in a succeeded state. We need to ensure that the action also fails so that we will be notified by github.
Example: This job succeeded, but the curl ended with a 401 response.