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

ntimofeev pushed a commit to branch github-action-test
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/github-action-test by this 
push:
     new 49530fedf Test GitHub actions
49530fedf is described below

commit 49530fedfc137832214ca830453bdbb71a0d9bc6
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Thu Nov 10 16:47:54 2022 +0300

    Test GitHub actions
---
 .github/workflows/verify-deploy-on-push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/verify-deploy-on-push.yml 
b/.github/workflows/verify-deploy-on-push.yml
index df0c63414..d3ea98793 100644
--- a/.github/workflows/verify-deploy-on-push.yml
+++ b/.github/workflows/verify-deploy-on-push.yml
@@ -43,7 +43,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           distribution: 'temurin'
-          java-version: ${{ matrix.java }}
+          java-version: ${{ matrix.jdk }}
           cache: 'maven'
 
       - name: mvn verify ${{ matrix.db-profile }}

Reply via email to