From d6fdb9e4d03075062ef25b666e7acf3498f6c33e Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:51:39 -0500 Subject: [PATCH] fix: Made GH actions filterable (frontend) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 990958c068..98abb4281a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,8 +70,8 @@ jobs: if: ${{ env.CAN_DO == 'yes' }} run: | if [[ -z $(git diff --name-only --cached) ]]; then exit 0; fi - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -m "Update modified CDN assets to ${{ env.TAGNAME }}" git push origin main git tag ${{ env.TAGNAME }}