From 40de8ec0acd688f5fef5405672d36858a5b1f616 Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Sun, 3 Nov 2024 14:10:38 +0800 Subject: [PATCH] fix: update ci branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50fb2079..50497f7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,7 +271,7 @@ jobs: # https://github.com/orgs/community/discussions/49745#discussioncomment-5275999 REPOSITORY="cfoust/homebrew-taps" DIRECTORY="homebrew-taps" - BRANCH="feat/update-to-$SOUR_VERSION" + BRANCH="feat/update-sour-to-$SOUR_VERSION" # Clone the remote repository and change working directory to the # folder it was cloned to.