From c7088e734ee0c7bfc92358ab1c112571ea980303 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Tue, 2 Jul 2024 08:22:49 +0530 Subject: [PATCH] ci: Fix setting tags on Cypress run --- .github/workflows/pr-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 72bcaa7af8..4f4f7985d6 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -18,7 +18,7 @@ jobs: run: shell: bash outputs: - tags: ${{ steps.checkAll.outputs.tags }} + tags: ${{ steps.parseTags.outputs.tags }} matrix: ${{ steps.checkAll.outputs.matrix }} steps: