Skip to content

Commit 52e8de9

Browse files
authored
Merge pull request #58643 from nextcloud/jtr/ci-fix-performance-profiler-branch
ci(performance): fix Unexpected input warning for profiler-branch
2 parents 95e3dba + a181467 commit 52e8de9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
ref: ${{ github.event.pull_request.head.ref }}
6464

6565
- name: Run before measurements
66-
uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83
66+
uses: nextcloud/profiler@6a74c915048285b35b8e1cd96c0835a635945044
6767
with:
6868
run: |
6969
curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Run after measurements
8787
id: compare
88-
uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83
88+
uses: nextcloud/profiler@6a74c915048285b35b8e1cd96c0835a635945044
8989
with:
9090
run: |
9191
curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test

0 commit comments

Comments
 (0)