Skip to content

Commit 3f3b612

Browse files
fix indent
1 parent ba69805 commit 3f3b612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
fetch-depth: 0
1818
uses: actions/checkout@master
1919
- name: Set up git user
20-
run: |
21-
git config --local user.name "GitHub Actions"
22-
git config --local user.email "[email protected]"
20+
run: |
21+
git config --local user.name "GitHub Actions"
22+
git config --local user.email "[email protected]"
2323
- name: Ensure base branch is fetched
2424
if: ${{ github.event_name == 'pull_request' }}
2525
run: git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch

0 commit comments

Comments
 (0)