Skip to content

Commit fd51ea0

Browse files
committed
~/.dotfiles to workspace
1 parent 7282d80 commit fd51ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: home
1313
run: echo "$HOME"
1414
- name: link dotfiles to home directory
15-
run: ln -s "$GITHUB_WORKSPACE/dotfiles" "$HOME/.dotfiles"
15+
run: ln -s "$GITHUB_WORKSPACE" "$HOME/.dotfiles"
1616
- name: install
1717
run: bash ./install.sh

0 commit comments

Comments
 (0)