Skip to content

Commit

Permalink
fix doc builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Oct 27, 2023
1 parent 581dbd4 commit c9e4214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ jobs:
# Set GOPATH to a directory the runner user has access to
export GOPATH=~/go
if [ "$UPSTREAM_BRANCH" == "main" ]; then
UPSTREAM_BRANCH=master
if [ "$BASE_BRANCH" == "main" ]; then
BASE_BRANCH=master
fi
function clone_repo() {
Expand Down

0 comments on commit c9e4214

Please sign in to comment.