From f62f6020d2643d6074cd1ef375b1c90c2585a490 Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:21:52 -0800 Subject: [PATCH] Fixes arg detection Testing # @does @it @work? --- .github/workflows/wheeltest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheeltest.yml b/.github/workflows/wheeltest.yml index a4ad0296..ca36f8cc 100644 --- a/.github/workflows/wheeltest.yml +++ b/.github/workflows/wheeltest.yml @@ -56,9 +56,9 @@ jobs: fi - name: Detect args - if [[ "${{ env.spec_tags }}" == *"@work?"* ]]; then + if: ${{ contains(env.spec_args, '@work?') }} + run: | echo "It's there!" - fi - name: Set up macOS-specific paths and libraries