From 930030f7dd1edc26297b4831d077615df3c3ee73 Mon Sep 17 00:00:00 2001 From: Henry Barreto Date: Tue, 7 Jan 2025 17:59:52 -0300 Subject: [PATCH] chore(github): update the QA outputs --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index ea3d2fd4da3..970e842ee82 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false outputs: - backend: ${{ steps.filter.outputs.go }} - frontend: ${{ steps.filter.outputs.ui }} + backend: ${{ steps.filter.outputs.backend }} + frontend: ${{ steps.filter.outputs.frontend }} steps: - uses: actions/checkout@v4 - uses: dorny/paths-filter@v3