From 06eb4990eb098e32081f7e0ae1e81e2fb6d44dc5 Mon Sep 17 00:00:00 2001 From: Angad Date: Tue, 12 Sep 2023 10:28:39 -0700 Subject: [PATCH] fix: maintenance.yml --- .github/workflows/maintenance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 932a1f97..4a14106f 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -40,8 +40,8 @@ jobs: id: registry uses: EndBug/add-and-commit@v9 with: - committer_name: maintenance - committer_email: 41898282+github-actions[bot]@users.noreply.github.com + author_name: maintenance + author_email: 41898282+github-actions[bot]@users.noreply.github.com message: "ci: maintenance `${{ steps.versioning.outputs.VCPKG_VERSION }}`" - name: Repository Dispatch