Merge pull request #18204 from Homebrew/maintainers.json
workflows: remove references to `maintainers.json`
This commit is contained in:
commit
2971755498
@ -70,8 +70,7 @@ jobs:
|
|||||||
git checkout "README.md" \
|
git checkout "README.md" \
|
||||||
"docs/Manpage.md" \
|
"docs/Manpage.md" \
|
||||||
"manpages/brew.1" \
|
"manpages/brew.1" \
|
||||||
"completions" \
|
"completions"
|
||||||
".github/maintainers.json"
|
|
||||||
else
|
else
|
||||||
git checkout --no-track -B "${BRANCH}" origin/master
|
git checkout --no-track -B "${BRANCH}" origin/master
|
||||||
fi
|
fi
|
||||||
@ -88,8 +87,7 @@ jobs:
|
|||||||
then
|
then
|
||||||
git add "README.md" \
|
git add "README.md" \
|
||||||
"docs/Manpage.md" \
|
"docs/Manpage.md" \
|
||||||
"manpages/brew.1" \
|
"manpages/brew.1"
|
||||||
".github/maintainers.json"
|
|
||||||
git commit -m "Update maintainers." \
|
git commit -m "Update maintainers." \
|
||||||
-m "Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow."
|
-m "Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow."
|
||||||
COMMITTED=true
|
COMMITTED=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user