Skip to content

Commit e7af809

Browse files
committed
Use develop/6.x branch for junit-examples during release build
1 parent 1aac518 commit e7af809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
token: ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_EXAMPLES_REPO }}
8585
fetch-depth: 1
8686
path: junit-examples
87+
ref: develop/6.x
8788
- name: Set up JDK
8889
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
8990
with:
@@ -242,6 +243,7 @@ jobs:
242243
repository: ${{ github.repository_owner }}/junit-examples
243244
token: ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_EXAMPLES_REPO }}
244245
fetch-depth: 1
246+
ref: develop/6.x
245247
- name: Set up JDK
246248
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
247249
with:

0 commit comments

Comments
 (0)