Skip to content

Commit

Permalink
fix typo (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: Katherine Fairchild <[email protected]>
  • Loading branch information
kvfairchild and Katherine Fairchild authored Jan 8, 2024
1 parent 953ff96 commit e0c57f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/automerge_plugin-only_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Get test results and ensure automergeable
id: gettestresults
run: |
echo "pr_head_sha=$( python -c "from brainscore_vision.submission.check_test_status import print_pr_head_sha; print_pr_head_sha() )"
echo "Checking test results for SHA $pr_head_sha"
echo "pr_head_sha=$( python -c \"from brainscore_vision.submission.check_test_status import print_pr_head_sha; print_pr_head_sha()\" )" echo "Checking test results for SHA $pr_head_sha"
echo "test_results=$( python brainscore_vision/submission/check_test_status.py $TRIGGER_SHA )"
echo "::set-output name=TEST_RESULTS::$test_results"
Expand Down

0 comments on commit e0c57f5

Please sign in to comment.