From 7eb39cf27503c16e0207a32076531ce20731d110 Mon Sep 17 00:00:00 2001 From: Remi Bernotavicius Date: Thu, 5 Dec 2024 16:55:49 -0800 Subject: [PATCH] Fix typo in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a62767e1..e52c7966 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Expose GitHub Action Runtime uses: crazy-max/ghaction-github-runtime@v3 - name: Test - run: ./scripts/run-tests-on-maelstrom.sh "${{ env.ACTIONS_RUNTIME_TOKEN }}" "${{ env.ACTIONS_RESULTS>URL }}" + run: ./scripts/run-tests-on-maelstrom.sh "${{ env.ACTIONS_RUNTIME_TOKEN }}" "${{ env.ACTIONS_RESULTS_URL }}" github_api_tests: name: Run GitHub API tests