diff --git a/.github/resources/.slack/manifest.json b/.github/resources/.slack/manifest.json index df7e6c0c..0f8f9322 100644 --- a/.github/resources/.slack/manifest.json +++ b/.github/resources/.slack/manifest.json @@ -62,7 +62,7 @@ "function_id": "slack#/functions/send_message", "inputs": { "channel_id": "{{inputs.channel_id}}", - "message": "{{inputs.repo_name}}(@{{inputs.author}}): `{{inputs.status}}` <{{inputs.event_url}}|Check it out here>!" + "message": ":ship: {{inputs.repo_name}}(@{{inputs.author}}): `{{inputs.status}}` <{{inputs.event_url}}|Check it out here>!" } } ] diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 7222c8fe..0c1953df 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -42,7 +42,7 @@ jobs: token: ${{ secrets.SLACK_BOT_TOKEN }} payload: | channel: ${{ secrets.SLACK_CHANNEL_ID }} - text: "Deployment started :eyes:" + text: ":eyes: Testing started..." attachments: - color: "dbab09" fields: @@ -70,7 +70,7 @@ jobs: payload: | channel: ${{ secrets.SLACK_CHANNEL_ID }} ts: "${{ steps.slack.outputs.ts }}" - text: "Deployment finished :tada:" + text: ":microscope: Testing finished!" attachments: - color: "28a745" fields: @@ -94,7 +94,7 @@ jobs: payload: | channel: ${{ secrets.SLACK_CHANNEL_ID }} timestamp: ${{ steps.slack.outputs.ts }} - name: "ship" + name: "eye-in-speech-bubble" - name: Upload this workflow file id: file uses: ./ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b3f7f7c..203b8719 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,7 +92,7 @@ jobs: token: ${{ secrets.SLACK_BOT_TOKEN }} payload: | channel: ${{ secrets.SLACK_CHANNEL_ID }} - text: "Event received :eyes:" + text: ":eyes: Event received..." attachments: - color: "dbab09" fields: @@ -129,7 +129,7 @@ jobs: payload: | channel: ${{ secrets.SLACK_CHANNEL_ID }} ts: ${{ steps.blocks.outputs.ts }} - text: "Event processed! :gear:" + text: ":gear: Event processed!" attachments: - color: "28a745" fields: