From 671072f98762a8171380689de423068ecda565ea Mon Sep 17 00:00:00 2001 From: Sameer Srivastava Date: Sun, 4 Aug 2024 22:10:30 +0200 Subject: [PATCH] Update benchmarks.yml --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 760b08914..b2a7fd822 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -94,7 +94,7 @@ jobs: # REPO_NAME: ${{ github.event.pull_request.head.repo.name }} - name: List files in the results folder run: | - echo "PR head owner: ${{ github.event.pull_request.head.repo.owner.login }}" + echo "PR head owner: ${{ github.event.pull_request.head.repo.owner }}" ls -la /chipmunk/chipmunk_performance_results push_data_to_chipmunk_docs: name: Move benchmark data to chipmunk-docs repository