Skip to content

Commit cbadde7

Browse files
fix order
1 parent ff51b7d commit cbadde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: |
2727
git config --local user.name "GitHub Actions"
2828
git config --local user.email "[email protected]"
29-
- name: Ensure base branch is fetched
29+
- uses: FranzDiebold/[email protected]
30+
name: Ensure base branch is fetched
3031
if: ${{ github.event_name == 'pull_request' }}
31-
uses: FranzDiebold/[email protected]
3232
run: |
3333
git checkout -b $GITHUB_REF_NAME
3434
echo "$GITHUB_REF_NAME" > github_ref_name

0 commit comments

Comments
 (0)