Skip to content

Commit

Permalink
Fix typo in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Dec 6, 2024
1 parent eac2a68 commit 7eb39cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eb39cf

Please sign in to comment.