knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Handle pull base other than master #43

Closed knl closed 3 years ago

knl commented 3 years ago

Since GitHub switched to using main as the main branch (it used to be master), update this action to support such case.

Also, in case there is a problem getting SHA for the branch, report an error instead of silently dying.