From 5513938e9bba2475d61819f946582a041cabed51 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Wed, 20 Dec 2023 11:41:24 -0300 Subject: [PATCH] fix old branch --- .github/workflows/ci-check.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 232b91da..ef5322de 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@main with: RUBY_VERSION: ${{ inputs.RUBY_VERSION }} ENV_PATH: ${{ inputs.ENV_PATH }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afc77ea2..3386098c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: CHECK: name: CI - uses: signalwire/actions-template/.github/workflows/ci-check.yml@ryanwi/env-earlier + uses: signalwire/actions-template/.github/workflows/ci-check.yml@main with: ENVIRONMENT: ${{ inputs.ENVIRONMENT }} PROJECT_NAME: ${{ inputs.PROJECT_NAME }} @@ -209,7 +209,7 @@ jobs: BUILD: name: BUILD needs: CHECK - uses: signalwire/actions-template/.github/workflows/ci-build.yml@ryanwi/env-earlier + uses: signalwire/actions-template/.github/workflows/ci-build.yml@main with: ENVIRONMENT: ${{ inputs.ENVIRONMENT }} PROJECT_NAME: ${{ inputs.PROJECT_NAME }}