Skip to content

Commit ad238fc

Browse files
committed
Minor clean up
1 parent c646b1d commit ad238fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/task-checklist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Install dependencies
14-
run: cd ./.github/actions/task-checklist && yarn install
15-
- uses: ./.github/actions/task-checklist/
14+
run: cd .github/actions/task-checklist && yarn install
15+
- uses: ./.github/actions/task-checklist

0 commit comments

Comments
 (0)