From 9d02557c2d71da9208083dc03b21ff937e711388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lehoczky=20Zolt=C3=A1n?= Date: Fri, 6 Dec 2024 19:48:25 +0100 Subject: [PATCH] . --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7735c5b..4d6cfd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,7 @@ jobs: - id: affected-packages run: | AFFECTED='$(npx nx show projects --affected)' | tr '\n' ' ' + echo $AFFECTED echo "affected='${AFFECTED}'" >> "$GITHUB_OUTPUT" - run: echo ${{contains(steps.affected-packages.outputs.affected, 'demo')}}