File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 17
17
matrix : ${{ steps.generator.outputs.matrix }}
18
18
steps :
19
19
- id : generator
20
- <<<<<<< HEAD
21
- uses : elastic/oblt-actions/elastic/active-branches@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
22
- =======
23
20
uses : elastic/oblt-actions/elastic/active-branches@v1
24
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
25
21
26
22
bump-elastic-stack :
27
23
runs-on : ubuntu-latest
@@ -46,23 +42,15 @@ jobs:
46
42
"pull_requests": "write"
47
43
}
48
44
49
- <<<<<<< HEAD
50
- - uses : elastic/oblt-actions/updatecli/run@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
51
- =======
52
45
- uses : elastic/oblt-actions/updatecli/run@v1
53
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
54
46
with :
55
47
command : --experimental apply --config .ci/updatecli/bump-elastic-stack-snapshot.yml --values .ci/updatecli/values.d/scm.yml
56
48
env :
57
49
BRANCH : ${{ matrix.branch }}
58
50
GITHUB_TOKEN : ${{ steps.get_token.outputs.token }}
59
51
60
52
- if : ${{ failure() }}
61
- <<<<<<< HEAD
62
- uses : elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
63
- =======
64
53
uses : elastic/oblt-actions/slack/send@v1
65
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
66
54
with :
67
55
channel-id : ' #apm-server'
68
56
message : " :traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
You can’t perform that action at this time.
0 commit comments