Skip to content

Commit 3fa73f5

Browse files
committed
ci: fix work dir relative to HOME
1 parent 9ebb4c9 commit 3fa73f5

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,7 +58,7 @@ jobs:
5858
# run: chezmoi doctor ${{ env.DOCTOR_ARGS }} || true
5959

6060
- name: Check all template
61-
working-directory: ${{ env.HOME }}/.local/share/chezmoi
61+
working-directory: ~/.local/share/chezmoi
6262
shell: bash
6363
run: |
6464
tmpls=$(find . -type f -name "*.tmpl" ! -name ".chezmoi.toml.tmpl" ! -name "rclone.conf.tmpl")

0 commit comments

Comments
 (0)