diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 232b91da..0a1fe0dc 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@ryanwi/env-earlier + uses: ./actions/.github/actions/test-ruby/action.yml with: RUBY_VERSION: ${{ inputs.RUBY_VERSION }} ENV_PATH: ${{ inputs.ENV_PATH }}