Skip to content

Commit 52ccad8

Browse files
committed
fix syntax
1 parent 0f07292 commit 52ccad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
if: "!contains(github.event.head_commit.message, '[ci skip]')"
88
steps:
99
- uses: actions/checkout@main
10-
path: dotfiles
10+
with:
11+
path: dotfiles
1112
- name: home
1213
run: echo "$HOME"
1314
- name: link dotfiles to home directory

0 commit comments

Comments
 (0)