48
48
contents : write
49
49
steps :
50
50
51
- <<<<<<< HEAD
52
- - uses : elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
53
- =======
54
51
- uses : elastic/oblt-actions/slack/send@v1
55
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
56
52
with :
57
53
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
58
54
channel-id : ${{ env.SLACK_CHANNEL }}
82
78
# GitHub bot won't trigger any CI builds.
83
79
# See https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-537478081
84
80
- name : Configure git user
85
- <<<<<<< HEAD
86
- uses : elastic/oblt-actions/git/setup@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
87
- =======
88
81
uses : elastic/oblt-actions/git/setup@v1
89
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
90
82
with :
91
83
github-token : ${{ steps.get_token.outputs.token }}
92
84
@@ -103,11 +95,7 @@ jobs:
103
95
GH_TOKEN : ${{ steps.get_token.outputs.token }}
104
96
105
97
- if : success()
106
- <<<<<<< HEAD
107
- uses : elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
108
- =======
109
98
uses : elastic/oblt-actions/slack/send@v1
110
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
111
99
with :
112
100
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
113
101
channel-id : ${{ env.SLACK_CHANNEL }}
@@ -117,11 +105,7 @@ jobs:
117
105
thread-timestamp : ${{ needs.prepare.outputs.slack-thread || '' }}
118
106
119
107
- if : failure()
120
- <<<<<<< HEAD
121
- uses : elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
122
- =======
123
108
uses : elastic/oblt-actions/slack/send@v1
124
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
125
109
with :
126
110
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
127
111
channel-id : ${{ env.SLACK_CHANNEL }}
0 commit comments