From 47430fb1cb9a820ab73966d7b75c629a24ca2b3e Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:06:23 +0800 Subject: [PATCH] workflows: remove references to `maintainers.json` This was removed in 7193dc09449f95a538f289807247e0c13d4c7474. --- .github/workflows/sponsors-maintainers-man-completions.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sponsors-maintainers-man-completions.yml b/.github/workflows/sponsors-maintainers-man-completions.yml index 32f13ae24ac6b..f891e5c140e78 100644 --- a/.github/workflows/sponsors-maintainers-man-completions.yml +++ b/.github/workflows/sponsors-maintainers-man-completions.yml @@ -70,8 +70,7 @@ jobs: git checkout "README.md" \ "docs/Manpage.md" \ "manpages/brew.1" \ - "completions" \ - ".github/maintainers.json" + "completions" else git checkout --no-track -B "${BRANCH}" origin/master fi @@ -88,8 +87,7 @@ jobs: then git add "README.md" \ "docs/Manpage.md" \ - "manpages/brew.1" \ - ".github/maintainers.json" + "manpages/brew.1" 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." COMMITTED=true