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
The github push seems to break if it is run on a file that exists already in the automated branch. This is not desirable, since we could be trying to update that very file.
Currently, in order to make the code run, we are deleting the branch prior to doing gh pushes via the webapp or terminal. We want to fix the bug so this is no longer necessary.
Implementation Considerations
type your first consideration here
Deliverable
No response
Dependencies
depends on
The text was updated successfully, but these errors were encountered:
Description
The github push seems to break if it is run on a file that exists already in the automated branch. This is not desirable, since we could be trying to update that very file.
Currently, in order to make the code run, we are deleting the branch prior to doing gh pushes via the webapp or terminal. We want to fix the bug so this is no longer necessary.
Implementation Considerations
Deliverable
No response
Dependencies
depends on
The text was updated successfully, but these errors were encountered: