We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f4c27 commit 152be40Copy full SHA for 152be40
.ci/updatecli/update-beats.yml
@@ -17,7 +17,7 @@ scms:
17
18
actions:
19
default:
20
- title: '[updatecli] Update to elastic/beats@{{ source "beats" }}'
+ title: '[updatecli][{{ requiredEnv "BRANCH_NAME" }}] Update to elastic/beats@{{ source "beats" }}'
21
kind: github/pullrequest
22
scmid: default
23
spec:
@@ -27,7 +27,7 @@ actions:
27
- backport-skip
28
description: |-
29
### What
30
- `elastic/beats` automatic sync
+ `elastic/beats@{{ requiredEnv "BRANCH_NAME" }}` automatic sync
31
32
*Changeset*
33
* https://github.com/elastic/beats/commit/{{ source "beats" }}
0 commit comments