From 627c2b5c409c85ec70fa35906fc9f47a6e7ef137 Mon Sep 17 00:00:00 2001 From: Marco Szulik Date: Thu, 19 Dec 2024 12:55:33 +0100 Subject: [PATCH] use main branch of reusable workflow --- .github/workflows/tests-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-matrix.yml b/.github/workflows/tests-matrix.yml index d1a1e6f..f6b735f 100644 --- a/.github/workflows/tests-matrix.yml +++ b/.github/workflows/tests-matrix.yml @@ -44,7 +44,7 @@ jobs: laravel: 9.* - php: 8.1 laravel: 11.* - uses: cybex-gmbh/github-workflows/.github/workflows/tests.yml@feature/pass-db-image + uses: cybex-gmbh/github-workflows/.github/workflows/tests.yml@main with: DATABASE_IMAGE: ${{ inputs.DATABASE_IMAGE }} DATABASE_CLIENT_VERSION: ${{ inputs.DATABASE_CLIENT_VERSION }}