Skip to content

Commit

Permalink
fix old branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Dec 20, 2023
1 parent f625355 commit 5513938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 5513938

Please sign in to comment.