Skip to content

Commit 2ba535f

Browse files
committed
Use release branch of examples repo
1 parent f350996 commit 2ba535f

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
@@ -87,6 +87,7 @@ jobs:
8787
token: ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_EXAMPLES_REPO }}
8888
fetch-depth: 1
8989
path: junit-examples
90+
ref: releases/6.0.x
9091
persist-credentials: false
9192
- name: Set up JDK
9293
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
@@ -197,6 +198,7 @@ jobs:
197198
repository: ${{ github.repository_owner }}/junit-examples
198199
token: ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_EXAMPLES_REPO }}
199200
fetch-depth: 1
201+
ref: releases/6.0.x
200202
persist-credentials: true
201203
- name: Set up JDK
202204
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0

0 commit comments

Comments
 (0)