This repository was archived by the owner on Jan 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858 run : task docker:build:release OPTIC_CLI_VERSION="${{ inputs.optic_version }}" -- --push
5959
6060 - name : Announce success
61- uses : slackapi/slack-github-action@v1.25 .0
61+ uses : slackapi/slack-github-action@v1.26 .0
6262 if : success()
6363 env :
6464 SLACK_WEBHOOK_URL : ${{ secrets.BUILD_BOT_SLACK_WEBHOOK_URL_RELEASES }}
6969 "text": "${{github.actor}}: ✅ container images `docker.io/useoptic/optic:${{inputs.optic_version}}`, `public.ecr.aws/optic/optic:${{inputs.optic_version}}` published!"
7070 }
7171 - name : Announce failure
72- uses : slackapi/slack-github-action@v1.25 .0
72+ uses : slackapi/slack-github-action@v1.26 .0
7373 if : failure()
7474 env :
7575 SLACK_WEBHOOK_URL : ${{ secrets.BUILD_BOT_SLACK_WEBHOOK_URL_RELEASES }}
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 fi
130130
131131 - name : Announce success
132- uses : slackapi/slack-github-action@v1.25 .0
132+ uses : slackapi/slack-github-action@v1.26 .0
133133 if : >
134134 success()
135135 && env.SKIP_ANNOUNCE == 'false'
@@ -144,7 +144,7 @@ jobs:
144144 }
145145
146146 - name : Announce failure
147- uses : slackapi/slack-github-action@v1.25 .0
147+ uses : slackapi/slack-github-action@v1.26 .0
148148 if : >
149149 failure()
150150 && env.SKIP_ANNOUNCE == 'false'
Original file line number Diff line number Diff line change 88 steps :
99 - name : Send custom JSON data to Slack workflow
1010 id : slack
11- uses : slackapi/slack-github-action@v1.25 .0
11+ uses : slackapi/slack-github-action@v1.26 .0
1212 with :
1313 payload : |
1414 {
You can’t perform that action at this time.
0 commit comments