File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 77
88env :
99 BIN_PATH : ${{ github.workspace }}/bin
10- INIT_ARGS : --depth 1 --apply --exclude=encrypted --exclude=externals --exclude=scripts --promptDefaults
10+ INIT_ARGS : >
11+ --destination ${{ github.workspace }}/chezmoi
12+ --apply
13+ --depth 1
14+ --exclude=encrypted
15+ --exclude=externals
16+ --exclude=scripts
17+ --promptDefaults
18+ --no-tty
19+ --color=false
20+ --verbose
21+ DOCTOR_ARGS : >
22+ --keep-going
23+ --no-tty
24+ --color=false
25+ --verbose
1126
1227jobs :
1328 test :
2742 - name : Init chezmoi
2843 shell : bash
2944 run : ${{ env.BIN_PATH }}/chezmoi init ${{ github.repository_owner }} ${{ env.INIT_ARGS }}
45+ - name : Chezmoi doctor
46+ shell : bash
47+ run : ${{ env.BIN_PATH }}/chezmoi doctor ${{ env.DOCTOR_ARGS }}
You can’t perform that action at this time.
0 commit comments