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 }}