ci(emscripten): set the git user and email with the cli

This commit is contained in:
Amaan Qureshi 2025-01-02 22:29:26 -05:00
parent af6f668659
commit 0a58175e46

View file

@ -21,12 +21,10 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run emscripten update xtask
env:
GIT_AUTHOR_NAME: dependabot[bot]
GIT_AUTHOR_EMAIL: 49699333+dependabot[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: dependabot[bot]
GIT_COMMITTER_EMAIL: 49699333+dependabot[bot]@users.noreply.github.com
run: cargo xtask upgrade-emscripten
run: |
git config --global user.name "dependabot[bot]"
git config --global user.email "49699333+dependabot[bot]@users.noreply.github.com"
cargo xtask upgrade-emscripten
- name: Push updated version
run: git push origin HEAD:$GITHUB_HEAD_REF