Skip to content

Commit

Permalink
setup git user
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Oct 25, 2020
1 parent 56fa1cd commit 7a37d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
fetch-depth: 0
uses: actions/checkout@master
- name: Set up git user
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
- name: Ensure base branch is fetched
if: ${{ github.event_name == 'pull_request' }}
run: git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch
Expand Down

0 comments on commit 7a37d71

Please sign in to comment.