fix: deploy-docs ancestry check typo #56
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/fedinesia!56
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/56/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes a typo in the deploy-docs job from #55:
origin main(space) →origin/main(slash).\n\ngit merge-base --is-ancestor HEAD origin mainpasses three arguments instead of two, causingfatal: --is-ancestor takes exactly two commits.\n\nAlso hardens the fetch refspec soorigin/mainis always updated regardless of git version.Pull request closed