From e58038f48069642f32078f94c89da9813f50db01 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 6 Apr 2023 13:44:42 +0200 Subject: [PATCH] ci: use correct checkmark syntax in PR body --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f36d1d2a1..8b208066e 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-integrations + - [ ] https://github.com/revanced/revanced-integrations pr_draft: true