mirror of https://github.com/apache/cloudstack.git
.github: fix github actions error
Fixes double wrapping of variable
This commit is contained in:
parent
5b617ba3ff
commit
8add4df0fa
|
|
@ -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?"
|
||||
|
|
|
|||
Loading…
Reference in New Issue