We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7282d80 commit fd51ea0Copy full SHA for fd51ea0
.github/workflows/ci.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: home
13
run: echo "$HOME"
14
- name: link dotfiles to home directory
15
- run: ln -s "$GITHUB_WORKSPACE/dotfiles" "$HOME/.dotfiles"
+ run: ln -s "$GITHUB_WORKSPACE" "$HOME/.dotfiles"
16
- name: install
17
run: bash ./install.sh
0 commit comments