We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2919e commit 63e7030Copy full SHA for 63e7030
.github/workflows/test-install.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
BIN_PATH: ${{ github.workspace }}/bin
10
- INIT_ARGS: --depth 1 --exclude=encrypted --exclude=externals --exclude=scripts --promptDefaults
+ INIT_ARGS: --depth 1 --apply --exclude=encrypted --exclude=externals --exclude=scripts --promptDefaults
11
12
jobs:
13
test:
@@ -25,4 +25,5 @@ jobs:
25
shell: bash
26
run: bash <(curl -fsLS get.chezmoi.io) -b ${{ env.BIN_PATH }}
27
- name: Init chezmoi
28
+ shell: bash
29
run: ${{ env.BIN_PATH }}/chezmoi init ${{ github.repository_owner }} ${{ env.INIT_ARGS }}
0 commit comments