diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 5d4883e..1a724c7 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -30,5 +30,7 @@ jobs: - name: Perform Installation env: FLAG: ${{ matrix.flag }} + REPO_NAME: spywhere/dotfiles + REPO_BRANCH: installer run: | - sh install.sh --profile=ci -y $FLAG no-app-store + sh install.sh -y $FLAG diff --git a/.github/workflows/os-test.yml b/.github/workflows/os-test.yml index 3fed194..8abe8d2 100644 --- a/.github/workflows/os-test.yml +++ b/.github/workflows/os-test.yml @@ -22,5 +22,7 @@ jobs: env: IMAGE: ${{ matrix.os }} FLAG: ${{ matrix.flag }} + REPO_NAME: spywhere/dotfiles + REPO_BRANCH: installer run: | docker run -v $(pwd):/root/dots $IMAGE sh /root/dots/install.sh -y $FLAG