We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f07292 commit 52ccad8Copy full SHA for 52ccad8
.github/workflows/ci.yml
@@ -7,7 +7,8 @@ jobs:
7
if: "!contains(github.event.head_commit.message, '[ci skip]')"
8
steps:
9
- uses: actions/checkout@main
10
- path: dotfiles
+ with:
11
+ path: dotfiles
12
- name: home
13
run: echo "$HOME"
14
- name: link dotfiles to home directory
0 commit comments