Skip to content

Commit 8c629f7

Browse files
committed
fix downstream tests
1 parent d7ff1b1 commit 8c629f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ jobs:
184184
echo "Found OpPoDyn branch specification: $BRANCH_NAME"
185185
echo "oppodyn_branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
186186
else
187-
echo "No OpPoDyn branch specified, using master"
188-
echo "oppodyn_branch=master" >> $GITHUB_OUTPUT
187+
echo "No OpPoDyn branch specified, using main"
188+
echo "oppodyn_branch=main" >> $GITHUB_OUTPUT
189189
fi
190190
else
191-
echo "Not a pull request, using master branch"
192-
echo "oppodyn_branch=master" >> $GITHUB_OUTPUT
191+
echo "Not a pull request, using main branch"
192+
echo "oppodyn_branch=main" >> $GITHUB_OUTPUT
193193
fi
194194
- uses: actions/checkout@v4
195195
with:

0 commit comments

Comments
 (0)