Skip to content

Commit

Permalink
Revert "checkout source branch"
Browse files Browse the repository at this point in the history
This reverts commit b348b09.
  • Loading branch information
jmitchell81 committed May 9, 2024
1 parent b348b09 commit c03af21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/copy_to_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c03af21

Please sign in to comment.