From d0e7e5c293b5d41f884a3be3db17866e7437b341 Mon Sep 17 00:00:00 2001 From: splincode Date: Sun, 8 Oct 2023 17:17:55 +0300 Subject: [PATCH] ci: update --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index fd018939..e1d6d52b 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -13,7 +13,7 @@ jobs: - uses: taiga-family/ci/actions/setup/checkout@v1.29.19 - uses: taiga-family/ci/actions/setup/variables@v1.29.19 - id: matrix - if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true' + if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT wait: