From 0e1b4d912d2a86bf8cf01d4ad0dcbd2edfc4a1cc Mon Sep 17 00:00:00 2001 From: Tom Wiseman Date: Fri, 8 Dec 2023 16:37:15 -0500 Subject: [PATCH] oopsy --- .github/workflows/scalafmt-fix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/scalafmt-fix.yml b/.github/workflows/scalafmt-fix.yml index 2c261b9ae70..a20eab6dbee 100644 --- a/.github/workflows/scalafmt-fix.yml +++ b/.github/workflows/scalafmt-fix.yml @@ -44,6 +44,9 @@ jobs: echo "::set-output name=comment-triggered::false" fi shell: bash + - uses: actions/checkout@v3 # checkout the cromwell repo + with: + ref: ${{ inputs.target-branch }} - uses: ./.github/set_up_cromwell_action with: cromwell_repo_token: ${{ secrets.BROADBOT_GITHUB_TOKEN }}