@@ -21,32 +21,28 @@ jobs:
2121 steps :
2222 - uses : actions/checkout@v4
2323
24+ <<<<<<< HEAD
2425 - name : Install Updatecli in the runner
2526 uses : updatecli/updatecli-action@f11c0cb3aca7a018d6000dc86a57eb3442277219 # 2.81.0
2627
2728 - name : Run Updatecli in Apply mode
2829 run : updatecli apply --config .ci/updatecli/updatecli-bump-golang.yml --values .ci/updatecli/values.d/scm.yml
30+ =======
31+ - uses : elastic/oblt-actions/updatecli/run@v1
32+ with :
33+ command : apply --config .ci/updatecli/updatecli-bump-golang.yml --values .ci/updatecli/values.d/scm.yml
34+ version-file : .updatecli-version
35+ >>>>>>> 58886e60c (deps: use the latest updatecli version and use oblt-actions (#9082))
2936 env :
3037 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3138
3239 - if : ${{ failure() }}
40+ <<<<<<< HEAD
3341 uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
42+ =======
43+ uses : elastic/oblt-actions/slack/send@v1
44+ >>>>>>> 58886e60c (deps: use the latest updatecli version and use oblt-actions (#9082))
3445 with :
35- method : chat.postMessage
36- token : ${{ secrets.SLACK_BOT_TOKEN }}
37- payload : |
38- {
39- "channel": "#ingest-notifications",
40- "text": "${{ env.SLACK_MESSAGE }}",
41- "blocks": [
42- {
43- "type": "section",
44- "text": {
45- "type": "mrkdwn",
46- "text": "${{ env.SLACK_MESSAGE }}"
47- }
48- }
49- ]
50- }
51- env :
52- SLACK_MESSAGE : " :traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@agent-team` please look what's going on <${{ env.JOB_URL }}|here>"
46+ bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
47+ channel-id : " #ingest-notifications"
48+ message : " :traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@agent-team` please look what's going on <${{ env.JOB_URL }}|here>"
0 commit comments