Skip to content

Commit 6ad1fee

Browse files
add -L and get local mdq
1 parent 8a6883e commit 6ad1fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Parse body
3232
run: |
3333
echo "${{steps.set-result.outputs.result}}"
34-
echo "${{steps.set-result.outputs.result}}" | mdq -q '- [x]'
34+
echo "${{steps.set-result.outputs.result}}" | ./mdq '- [x]'

0 commit comments

Comments
 (0)