Skip to content

Commit ad362da

Browse files
committed
ci: set source and dest path
1 parent 0d0b09c commit ad362da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
env:
99
BIN_PATH: ${{ github.workspace }}/bin
1010
INIT_ARGS: >
11-
--destination ${{ github.workspace }}/chezmoi
11+
--source ${{ github.workspace }}/chezmoi
12+
--destination ${{ github.workspace }}/dotfiles
1213
--apply
1314
--depth 1
1415
--exclude=encrypted
@@ -19,6 +20,8 @@ env:
1920
--color=false
2021
--verbose
2122
DOCTOR_ARGS: >
23+
--source ${{ github.workspace }}/chezmoi
24+
--destination ${{ github.workspace }}/dotfiles
2225
--keep-going
2326
--no-tty
2427
--color=false

0 commit comments

Comments
 (0)