From a3419f938c782676135a4a6f7c4a4672714874fc Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Wed, 20 Dec 2023 11:51:28 -0300 Subject: [PATCH] fix action path --- .github/workflows/ci-check.yml | 2 +- .github/workflows/ci.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 86589879..3ee852d4 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -154,7 +154,7 @@ jobs: - name: Test Ruby if: ${{ inputs.LANGUAGE == 'Ruby' }} - uses: ./actions/.github/actions/test-ruby/action.yml + uses: ./actions/.github/actions/test-ruby with: RUBY_VERSION: ${{ inputs.RUBY_VERSION }} ENV_PATH: ${{ inputs.ENV_PATH }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3386098c..2d0f4fdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,7 +203,6 @@ jobs: SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }} DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} - CONTRIBSYS_CREDENTIALS: ${{ secrets.CONTRIBSYS_CREDENTIALS }} GH_BOT_DEPLOY_KEY: ${{ secrets.GH_BOT_DEPLOY_KEY }} BUILD: