This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new a3d16c3  Fixes broken expression
a3d16c3 is described below

commit a3d16c3fb74b3fc8b89de45105785eff08b39726
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Oct 18 08:03:58 2021 +0200

    Fixes broken expression
---
 .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 bae2459..cebf73f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,5 +35,5 @@ jobs:
         distribution: adopt
         java-version: ${{ matrix.java }}
         cache: 'maven'
-    - name: Build with Maven on Java ${{ matrix.Java }
+    - name: Build with Maven on Java ${{ matrix.java }}
       run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress ${{ 
matrix.additionalArg }}

Reply via email to