This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new bd59adf Update main.yml bd59adf is described below commit bd59adf3f95cea6ff3275e3805fb9dcf442cfa86 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Sun Nov 14 12:58:48 2021 -0500 Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 241e15c..4284107 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,9 +44,9 @@ jobs: # Building Karavan standalone - name: Set up JDK 11 - uses: actions/setup-java@v1 - with: - java-version: 11 + uses: actions/setup-java@v1 + with: + java-version: 11 - name: Cache local Maven repository uses: actions/cache@v2 @@ -64,4 +64,4 @@ jobs: -Dquarkus.container-image.push=true \ -Dquarkus.container-image.image=ghcr.io/${GITHUB_REPOSITORY}:latest \ -Dquarkus.container-image.username=${{ github.actor }} \ - -Dquarkus.container-image.password=${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + -Dquarkus.container-image.password=${{ secrets.GITHUB_TOKEN }}