serokell / tzbot

Timezone bot for Slack
Mozilla Public License 2.0
7 stars 2 forks source link

Failed to automatically update flake.lock #86

Closed serokell-bot closed 1 year ago

serokell-bot commented 1 year ago

I tried updating flake.lock, but failed:

Error during repository initialisation: Error finding default branch on repository: cannot locate remote-tracking branch 'origin/master'; class=Reference (4); code=NotFound (-3)
dcastro commented 1 year ago

@Sereja313 @rvem It seems the bot assumes the default branch is named master, but in this case it's named main.

Sereja313 commented 1 year ago

Yes it's true, I did a PR yesterday to fix this issue but haven't deployed yet. Sorry for the inconvenience.

Sereja313 commented 1 year ago

deployed