diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6b32796..bff096c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: env: CARGO_TERM_COLOR: always - + GITHUB_ACTOR: pop-cli jobs: build: @@ -28,6 +28,11 @@ jobs: cache-on-failure: true cache-all-crates: true + - name: Setup git config + run: | + git config --global user.name "${GITHUB_ACTOR}" + git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" + - uses: actions/checkout@v3 - name: Check Feature Contracts Excl. run: cargo check --no-default-features --features contract