From 9000d667e1222d17b6986a86a770682893f552b6 Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Fri, 25 Oct 2024 15:41:24 -0500 Subject: [PATCH] test with github action as username --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bc0b0c..3025699 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,8 @@ jobs: - name: Commit changes run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" git add CHANGELOG.md git commit -m "Update CHANGELOG.md for PR #${{ github.event.pull_request.number }}"