From c03af2116723c700e0e095321a975f6634152940 Mon Sep 17 00:00:00 2001 From: Jacob Mitchell Date: Thu, 9 May 2024 15:33:08 -0400 Subject: [PATCH] Revert "checkout source branch" This reverts commit b348b094821ea15e27af361c20885a4252b293ff. --- .github/copy_to_branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copy_to_branch.sh b/.github/copy_to_branch.sh index d0c6d4a..068e528 100755 --- a/.github/copy_to_branch.sh +++ b/.github/copy_to_branch.sh @@ -20,7 +20,7 @@ git config --global user.email 'action@github.com' # Fetch branches git fetch # Checkout target branch -git checkout $SRC_BRANCH +git checkout $TARGET_BRANCH # copy files from the branch the action is being run upon for F in ${FILES}; do git checkout $SRC_BRANCH -- ${F}