Commit d974ec8 1 parent ec97e60 commit d974ec8 Copy full SHA for d974ec8
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
uses : rtCamp/action-slack-notify@v2.2.0
159
159
env :
160
160
SLACK_CHANNEL : devops-alerts
161
- SLACK_COLOR : ${{ job.status }} # or a specific color like 'good' or '#ff00ff'
162
- SLACK_MESSAGE : " Tag ${{ inputs.release_tag }} | Platform ${{ matrix.agents.name }}"
163
- SLACK_TITLE : Init contianer build status - ${{ job.status }}
161
+ SLACK_COLOR : ${{ job.status }}
162
+ SLACK_MESSAGE : " Tag ${{ inputs.release_tag }} ${{ inputs.is_internal == 'true' && ' (Internal)' || '' }} | Platform ${{ matrix.agents.name }}"
163
+ SLACK_TITLE : Init container ${{ inputs.is_internal == 'true' && ' (Internal)' || '' }} build status - ${{ job.status }}
164
164
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments