This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 02ac2ef55adffaed0657e48b07ba9bc309cf8c12 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Apr 25 15:24:38 2026 +0200 fix: spacing --- .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 f315b2c..8115045 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,7 +41,7 @@ jobs: # # Temurin does not publish a JDK 8 build for ARM-based macOS runners, so that # one combination uses Zulu. - name: build (${{ matrix.os }}, JDK${{ matrix.java-version }}) + name: build (${{ matrix.os }}, JDK ${{ matrix.java-version }}) runs-on: ${{ matrix.os }} strategy: max-parallel: 20
