Skip to content

Commit

Permalink
ci(os): no repo specified
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Apr 11, 2024
1 parent 4e10ae8 commit 895b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
REPO_NAME: spywhere/dotfiles
REPO_BRANCH: installer
run: |
docker run -v $(pwd):/root/dots $IMAGE sh /root/dots/install.sh -y $FLAG
docker run -v $(pwd):/root/dots -e REPO_NAME=$REPO_NAME -e REPO_BRANCH=$REPO_BRANCH $IMAGE sh /root/dots/install.sh -y $FLAG

0 comments on commit 895b873

Please sign in to comment.