From 35dac6d07d7cfb634941cbb38f11e0a5ae902f54 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 18 Mar 2023 16:28:12 -0300 Subject: [PATCH] Fixed actions. --- .github/workflows/build.yml | 2 +- .github/workflows/mutation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eaa6bc..df3cf76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: - name: Install db. uses: yiisoft/actions/db/subpackage-install@master with: - BRANCH_NAME: ${{ github.head_ref }} + BRANCH_NAME: ${{ env.BRANCH_NAME }} COMPOSER_ROOT_VERSION: ${{ env.COMPOSER_ROOT_VERSION }} CURRENT_PACKAGE: db FULL_BRANCH_NAME: ${{ env.FULL_BRANCH_NAME }} diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 2508bd2..a6b6801 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -71,7 +71,7 @@ jobs: - name: Install db. uses: yiisoft/actions/db/subpackage-install@master with: - BRANCH_NAME: ${{ github.head_ref }} + BRANCH_NAME: ${{ env.BRANCH_NAME }} COMPOSER_ROOT_VERSION: ${{ env.COMPOSER_ROOT_VERSION }} CURRENT_PACKAGE: db FULL_BRANCH_NAME: ${{ env.FULL_BRANCH_NAME }}