From 1767f16ebdc747d4f137900ce3dc6fe2881731e1 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 19 Dec 2023 14:11:14 -0800 Subject: [PATCH] use branch --- .github/workflows/ci-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 231c90a0..232b91da 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 + uses: ./actions/.github/actions/test-ruby/action.yml@ryanwi/env-earlier with: RUBY_VERSION: ${{ inputs.RUBY_VERSION }} ENV_PATH: ${{ inputs.ENV_PATH }}