You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2022/11/10 13:47:59 UTC

[cayenne] branch github-action-test updated: Test GitHub actions

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 <st...@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 }}