We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0b09c commit ad362daCopy full SHA for ad362da
.github/workflows/test-install.yml
@@ -8,7 +8,8 @@ on:
8
env:
9
BIN_PATH: ${{ github.workspace }}/bin
10
INIT_ARGS: >
11
- --destination ${{ github.workspace }}/chezmoi
+ --source ${{ github.workspace }}/chezmoi
12
+ --destination ${{ github.workspace }}/dotfiles
13
--apply
14
--depth 1
15
--exclude=encrypted
@@ -19,6 +20,8 @@ env:
19
20
--color=false
21
--verbose
22
DOCTOR_ARGS: >
23
24
25
--keep-going
26
--no-tty
27
0 commit comments