Skip to content

Commit

Permalink
Set env var instead of using output
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed May 16, 2024
1 parent f6f7988 commit a698a5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a698a5f

Please sign in to comment.