Skip to content

Commit 54273f1

Browse files
committed
ci: work dir argain
1 parent 3fa73f5 commit 54273f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
# run: chezmoi doctor ${{ env.DOCTOR_ARGS }} || true
5959

6060
- name: Check all template
61-
working-directory: ~/.local/share/chezmoi
6261
shell: bash
6362
run: |
63+
cd "$HOME/.local/share/chezmoi"
6464
tmpls=$(find . -type f -name "*.tmpl" ! -name ".chezmoi.toml.tmpl" ! -name "rclone.conf.tmpl")
6565
for tmpl in "${tmpls[@]}"; do
6666
chezmoi execute-template < "$tmpl" &>/dev/null

0 commit comments

Comments
 (0)