Explorar o código

chore: change performence (#1946)

代强 hai 1 ano
pai
achega
db8aa507ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/performance.yaml

+ 1 - 1
.github/workflows/performance.yaml

@@ -21,7 +21,7 @@ jobs:
         env:
           BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
         run: |
-          git checkout $BASE_BRANCH
+          git checkout $BASE_BRANCH 
           echo "Current Commit: $(git rev-parse HEAD)"
           echo "Before Commit: $(git rev-parse HEAD^)"
           PR_NUMBER=${{ github.event.pull_request.number }}