From 2664ad423ae80efe859eade2a7714dabfb068561 Mon Sep 17 00:00:00 2001 From: Kevin Lydon Date: Tue, 1 Nov 2022 15:35:19 -0400 Subject: [PATCH] Updated the carrot github action workflow to the most recent version, which supports using #carrot_pr to trigger branch vs master comparison runs --- .github/workflows/carrot_run_test_from_pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/carrot_run_test_from_pr_comment.yml b/.github/workflows/carrot_run_test_from_pr_comment.yml index 0dd10919cfb..2ac36096e51 100644 --- a/.github/workflows/carrot_run_test_from_pr_comment.yml +++ b/.github/workflows/carrot_run_test_from_pr_comment.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Parse comment - uses: broadinstitute/carrot-publish-github-action@v0.3.1-beta + uses: broadinstitute/carrot-publish-github-action@0.6.0 with: software-name: gatk github-token: ${{ secrets.GITHUB_TOKEN }}