From 3748560ab9683940f35254137ba50fcd4ba8b401 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Tue, 21 May 2024 16:19:28 -0700 Subject: [PATCH] Add filename to action.yml in "uses" step --- .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 478e503..3b993b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 - name: Set up cromwell - uses: broadinstitute/cromwell/set_up_cromwell_action@87 + uses: broadinstitute/cromwell/set_up_cromwell_action/action.yml@87 with: cromwell-version: "latest"