You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/04/08 14:09:41 UTC

[cloudstack] branch main updated: .github: fix github actions error

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 8add4df0faa .github: fix github actions error
8add4df0faa is described below

commit 8add4df0faa66ac0ea2ed671d325d6d4596b2b30
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Apr 8 19:39:31 2022 +0530

    .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?"