From 73bbd211bdaa2c40311d43b290974bd18b92a8cd Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Thu, 5 Dec 2024 12:39:37 -0500 Subject: [PATCH] fix: change branch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28cf3f9..d95d126 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,8 @@ jobs: with: fetch-depth: 0 persist-credentials: false + - name: Check out the target branch + run: git checkout Lash-L-patch-19 - name: Configure Git run: | git config user.name "${{ github.actor }}"