From 2d54f36f2d81c9518892f23ff5a869ad06033ec5 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:35:47 -0400 Subject: [PATCH] Add checkout step --- .github/workflows/repository-management.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/repository-management.yml b/.github/workflows/repository-management.yml index df828921c61b..997741b65329 100644 --- a/.github/workflows/repository-management.yml +++ b/.github/workflows/repository-management.yml @@ -257,6 +257,11 @@ jobs: && contains(needs.*.result, 'failure') run: exit 1 + - name: Check out target ref + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + with: + ref: main + - name: Clean up new branch if: failure() env: