Skip to content

Commit

Permalink
style: write emojis at the start of lines for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Oct 1, 2024
1 parent a10a047 commit 3abfdb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/resources/.slack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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>!"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3abfdb6

Please sign in to comment.