diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 990958c06..98abb4281 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 }}