issues
search
peter-evans
/
rebase
A GitHub action to rebase pull requests in a repository
MIT License
45
stars
19
forks
source link
fix: remove hardcoded default branch
#64
Closed
peter-evans
closed
3 years ago
peter-evans
commented
3 years ago
Update
checkout
to
v2.3.4
. Merged:
https://github.com/peter-evans/rebase/pull/62
(From
v2.3.0
onwards, checkout will fetch the default branch rather than defaulting to
master
. See
here
.)
Remove the
ref
input from checkout so it falls back to the default branch
checkout
tov2.3.4
. Merged: https://github.com/peter-evans/rebase/pull/62 (Fromv2.3.0
onwards, checkout will fetch the default branch rather than defaulting tomaster
. See here.)ref
input from checkout so it falls back to the default branch