Skip to content

Commit

Permalink
Merge pull request #19053 from Homebrew/fix-sponsors-maintainers-man-…
Browse files Browse the repository at this point in the history
…completions-workflow

workflows/sponsors-maintainers-man-completions: force checkout.
  • Loading branch information
MikeMcQuaid authored Jan 8, 2025
2 parents cbf92f3 + 22433dd commit 4e086a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sponsors-maintainers-man-completions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
if git ls-remote --exit-code --heads origin "${BRANCH}"
then
git checkout "${BRANCH}"
git checkout --force "${BRANCH}"
git checkout "README.md" \
"docs/Manpage.md" \
"manpages/brew.1" \
"completions"
else
git checkout --no-track -B "${BRANCH}" origin/master
git checkout --force --no-track -B "${BRANCH}" origin/master
fi
if brew update-sponsors
Expand Down

0 comments on commit 4e086a7

Please sign in to comment.