From a698a5fdb59c477e644221a225306870dbe36b09 Mon Sep 17 00:00:00 2001 From: Dylan Arbour Date: Thu, 16 May 2024 10:08:17 -0400 Subject: [PATCH] Set env var instead of using output --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d8da7f..50549bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,6 @@ jobs: run: | ids=$(cat Brewfile | grep -oE "[0-9]{9,}" | tr '\n' ' ') echo $ids - echo "ids=$ids" >> "$GITHUB_OUTPUT" + echo "HOMEBREW_BUNDLE_MAS_SKIP=$ids" >> "$GITHUB_ENV" - run: ./dot.sh ${{ matrix.command }} - env: - HOMEBREW_BUNDLE_MAS_SKIP: ${{ steps.skip.outputs.ids }}