From fae848da00f63a4e099937dafae46ba6ee17e90a Mon Sep 17 00:00:00 2001 From: Nihaal Sangha Date: Mon, 5 Aug 2024 16:40:47 +0100 Subject: [PATCH] Use standard GitHub Actions committer info --- .github/workflows/release-tip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 8cf5ca799..b03a3f6aa 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -16,8 +16,8 @@ jobs: - uses: actions/checkout@v4 - name: Tip Tag run: | - git config user.name "GitHub Actions Bot" - git config user.email "<>" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git tag -fa tip -m "Latest Continuous Release" ${GITHUB_SHA} git push --force origin tip