diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 35aee999..27fcfb15 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -229,7 +229,7 @@ jobs: uses: actions/checkout@v4 with: repository: signalwire/actions-template - ref: ryanwi/container-test-run-options + ref: main path: actions - uses: ./actions/.github/actions/gpg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87c64678..eec76798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: BUILD: name: BUILD needs: CHECK - uses: signalwire/actions-template/.github/workflows/ci-build.yml@ryanwi/container-test-run-options + uses: signalwire/actions-template/.github/workflows/ci-build.yml@main with: ENVIRONMENT: ${{ inputs.ENVIRONMENT }} PROJECT_NAME: ${{ inputs.PROJECT_NAME }}