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
Hi! Very nice action, took me a while to find something like that, thanks a lot.
Just a note: if you want to/need to run this with actions/checkout@v3 instead of actions/checkout@v1, you need to specify fetch-depth: 0 in the checkout action. Otherwise this will result in the error
! [remote rejected] my_branch -> my_branch (shallow update not allowed)
when pushing to the mirror.
The text was updated successfully, but these errors were encountered:
Hi! Very nice action, took me a while to find something like that, thanks a lot.
Just a note: if you want to/need to run this with
actions/checkout@v3
instead ofactions/checkout@v1
, you need to specifyfetch-depth: 0
in the checkout action. Otherwise this will result in the errorwhen pushing to the mirror.
The text was updated successfully, but these errors were encountered: