This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 793c9a9f Try to add combination of OS and JDK as job name
793c9a9f is described below
commit 793c9a9ffb36ec3cfb30f310d710a52897adb4f3
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 21 20:42:04 2024 +0200
Try to add combination of OS and JDK as job name
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6bea74a2..9aa6f426 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
- name: ${{ matrix.os }}-JDK§{{ matrix.java }}
+ name: ${{ matrix.os }}-JDK${{ matrix.java }}
steps:
- name: Checkout