From e0c57f57e9fd0df0ab334fe5c166ae6f7e709d2a Mon Sep 17 00:00:00 2001 From: Katherine Fairchild Date: Sun, 7 Jan 2024 23:39:36 -0500 Subject: [PATCH] fix typo (#472) Co-authored-by: Katherine Fairchild --- .github/workflows/automerge_plugin-only_prs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/automerge_plugin-only_prs.yml b/.github/workflows/automerge_plugin-only_prs.yml index 756866f14..4b98c954f 100644 --- a/.github/workflows/automerge_plugin-only_prs.yml +++ b/.github/workflows/automerge_plugin-only_prs.yml @@ -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"