From bbb07ec9c840fad0c282093340fc5bdd13e5ec5f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 2 Apr 2023 21:09:52 +0200 Subject: [PATCH] ci: use correct checkmark syntax in PR body --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index dc4a07e8..fbee1c79 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,5 +26,5 @@ jobs: ## Dependencies before merge - - [] https://github.com/revanced/revanced-patches - pr_draft: true \ No newline at end of file + - [ ] https://github.com/revanced/revanced-patches + pr_draft: true