Skip to content

Commit 459be5e

Browse files
authored
Update run-major-release.yml
1 parent 9634679 commit 459be5e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/run-major-release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ jobs:
4848
contents: write
4949
steps:
5050

51-
<<<<<<< HEAD
52-
- uses: elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
53-
=======
5451
- uses: elastic/oblt-actions/slack/send@v1
55-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
5652
with:
5753
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
5854
channel-id: ${{ env.SLACK_CHANNEL }}
@@ -82,11 +78,7 @@ jobs:
8278
# GitHub bot won't trigger any CI builds.
8379
# See https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-537478081
8480
- name: Configure git user
85-
<<<<<<< HEAD
86-
uses: elastic/oblt-actions/git/setup@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
87-
=======
8881
uses: elastic/oblt-actions/git/setup@v1
89-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
9082
with:
9183
github-token: ${{ steps.get_token.outputs.token }}
9284

@@ -103,11 +95,7 @@ jobs:
10395
GH_TOKEN: ${{ steps.get_token.outputs.token }}
10496

10597
- if: success()
106-
<<<<<<< HEAD
107-
uses: elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
108-
=======
10998
uses: elastic/oblt-actions/slack/send@v1
110-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
11199
with:
112100
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
113101
channel-id: ${{ env.SLACK_CHANNEL }}
@@ -117,11 +105,7 @@ jobs:
117105
thread-timestamp: ${{ needs.prepare.outputs.slack-thread || '' }}
118106

119107
- if: failure()
120-
<<<<<<< HEAD
121-
uses: elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
122-
=======
123108
uses: elastic/oblt-actions/slack/send@v1
124-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
125109
with:
126110
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
127111
channel-id: ${{ env.SLACK_CHANNEL }}

0 commit comments

Comments
 (0)