From a2767b51160429ccbb5452ef335013ed7e6872cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Fri, 16 Feb 2024 15:39:19 +0100 Subject: [PATCH] fix typo --- .github/workflows/e2ePerformanceTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index 8c36a1e40dea..a534268d689c 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -37,7 +37,7 @@ jobs: - name: Check if there's an existing artifact for this baseline id: checkForExistingArtifact - uses: ./.github/actions/javascript/getArtefactInfo + uses: ./.github/actions/javascript/getArtifactInfo with: GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_COMMIT_TOKEN }} ARTIFACT_NAME: baseline-apk-${{ steps.getMostRecentRelease.outputs.VERSION }}