We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f350996 commit 2ba535fCopy full SHA for 2ba535f
.github/workflows/release.yml
@@ -87,6 +87,7 @@ jobs:
87
token: ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_EXAMPLES_REPO }}
88
fetch-depth: 1
89
path: junit-examples
90
+ ref: releases/6.0.x
91
persist-credentials: false
92
- name: Set up JDK
93
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
@@ -197,6 +198,7 @@ jobs:
197
198
repository: ${{ github.repository_owner }}/junit-examples
199
200
201
202
persist-credentials: true
203
204
0 commit comments