We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fa1cd commit 7a37d71Copy full SHA for 7a37d71
.github/workflows/benchmarking.yaml
@@ -16,6 +16,10 @@ jobs:
16
with:
17
fetch-depth: 0
18
uses: actions/checkout@master
19
+ - name: Set up git user
20
+ run: |
21
+ git config --local user.email "[email protected]"
22
+ git config --local user.name "GitHub Actions"
23
- name: Ensure base branch is fetched
24
if: ${{ github.event_name == 'pull_request' }}
25
run: git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch
0 commit comments