Skip to content

Commit

Permalink
ci(github): fix flags are not passed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Jun 11, 2024
1 parent fd03e71 commit 73f3165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Perform Installation
env:
FLAG: ${{ matrix.flag }}
FLAGS: ${{ vars.FLAGS }}
REPO_NAME: spywhere/dotfiles
run: |
sh install.sh --profile=ci -y $FLAG $FLAGS
1 change: 1 addition & 0 deletions .github/workflows/os-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
IMAGE: ${{ matrix.os }}
FLAG: ${{ matrix.flag }}
FLAGS: ${{ vars.FLAGS }}
REPO_NAME: spywhere/dotfiles
run: |
docker run -v $(pwd):/root/dots -e REPO_NAME=$REPO_NAME $IMAGE sh -c "apt update && apt install -y curl && sh /root/dots/install.sh -y $FLAG $FLAGS"

0 comments on commit 73f3165

Please sign in to comment.