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
When the push is attempted, a successful push is detected by looking for references of the word remote. This doesn't work as the word also appears when the push fails, for example:
Expected behaviour is that the run is marked as failed if any push fails.
The text was updated successfully, but these errors were encountered:
emab
changed the title
Run marked as successful if git push fails
Run incorrrectly marked as successful if git push fails
Apr 11, 2023
Fix should be relatively straightforward if these kill trigger words are updated. Perhaps some trigger words that trigger a failure would be useful, such as rejected. That way any failures will be picked up before assuming it's a successful push.
For reference, when pushing to Heroku, the output includes remote: after the push has been successful which is why it was used originally.
When the push is attempted, a successful push is detected by looking for references of the word
remote
. This doesn't work as the word also appears when the push fails, for example:Expected behaviour is that the run is marked as failed if any push fails.
The text was updated successfully, but these errors were encountered: