From 8add4df0faa66ac0ea2ed671d325d6d4596b2b30 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 8 Apr 2022 19:39:31 +0530 Subject: [PATCH] .github: fix github actions error Fixes double wrapping of variable --- .github/workflows/merge-conflict-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-conflict-checker.yml b/.github/workflows/merge-conflict-checker.yml index eb27c936263..be647da9283 100644 --- a/.github/workflows/merge-conflict-checker.yml +++ b/.github/workflows/merge-conflict-checker.yml @@ -32,4 +32,4 @@ jobs: dirtyLabel: "status:has-conflicts" removeOnDirtyLabel: "status:ready-for-review" continueOnMissingPermissions: true - commentOnDirty: "Hi @${{ ${{ github.event.pull_request.user.login }} }}, your pull request has merge conflicts. Can you fix the conflicts and sync your branch with the base branch?" + commentOnDirty: "Hi @${{ github.event.pull_request.user.login }}, your pull request has merge conflicts. Can you fix the conflicts and sync your branch with the base branch?"