Skip to content

Commit e83b3a3

Browse files
fix syntax
1 parent 55394ca commit e83b3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --local user.name "GitHub Actions"
2828
git config --local user.email "[email protected]"
2929
- uses: FranzDiebold/[email protected]
30-
name: Ensure base branch is fetched
30+
- name: Ensure base branch is fetched
3131
if: ${{ github.event_name == 'pull_request' }}
3232
run: |
3333
git checkout -b $GITHUB_REF_NAME

0 commit comments

Comments
 (0)