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: