Skip to content

Commit f9a33c2

Browse files
committed
fixup
1 parent f2e9c66 commit f9a33c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/npm-brew.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
uses: actions/checkout@v3
6464
with:
6565
repository: cdrci/homebrew-core
66+
path: homebrew-core
6667

6768
- name: Configure git
6869
run: |

ci/steps/brew-bump.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ main() {
66
GITHUB_USERNAME="cdrci"
77
UPSTREAM_USERNAME_AND_REPO="Homebrew/$REPO"
88
# Only sourcing this so we get access to $VERSION
9-
source ./lib.sh
10-
source ./steps-lib.sh
9+
source ./ci/lib.sh
10+
source ./ci/steps-lib.sh
1111

1212
echo "Checking environment variables"
1313

0 commit comments

Comments
 (0)