Skip to content

Commit

Permalink
git config for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Mar 19, 2024
1 parent 28dac08 commit ed8ebb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
GITHUB_ACTOR: pop-cli

jobs:
build:
Expand All @@ -27,6 +28,11 @@ jobs:
with:
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.
Expand Down

0 comments on commit ed8ebb9

Please sign in to comment.