Skip to content

Commit

Permalink
fix: updated icon and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Dec 22, 2022
1 parent 02ba895 commit 57c6eef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_git_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
{
"text": "Flutter SDK git tag created",
"username": "Flutter deployment bot",
"icon_url": "https://storage.googleapis.com/cms-storage-bucket/c823e53b3a1a7b0d36a9.png",
"icon_url": "https://img.icons8.com/color/512/flutter.png",
"channel": "#squad-mobile",
"blocks": [
{
Expand All @@ -67,7 +67,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Version ${{ steps.semantic-release.outputs.new_release_version }}*\n\nFlutter SDK deployment progress:\n ~1. <https://github.com/${{github.repository}}/releases/tag/${{steps.semantic-release.outputs.new_release_version}}|create git tag>~\n2. deploy to npm\n\n"
"text": "*Version ${{ steps.semantic-release.outputs.new_release_version }}*\n\nFlutter SDK deployment progress:\n ~1. <https://github.com/${{github.repository}}/releases/tag/${{steps.semantic-release.outputs.new_release_version}}|create git tag>~\n2. deploy to pub.dev\n\n"
}
}
]
Expand All @@ -85,7 +85,7 @@ jobs:
{
"text": "Flutter SDK deployment failure",
"username": "Flutter deployment bot",
"icon_url": "https://storage.googleapis.com/cms-storage-bucket/c823e53b3a1a7b0d36a9.png",
"icon_url": "https://img.icons8.com/color/512/flutter.png",
"channel": "#squad-mobile",
"blocks": [
{
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/deploy_pubspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
payload: |
{
"text": "Flutter SDK deployed to npm",
"text": "Flutter SDK deployed to pub.dev",
"username": "Flutter deployment bot",
"icon_url": "https://storage.googleapis.com/cms-storage-bucket/c823e53b3a1a7b0d36a9.png",
"icon_url": "https://img.icons8.com/color/512/flutter.png",
"channel": "#squad-mobile",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Flutter* SDK deployed to npm! (deployment step 2 of 2)"
"text": "*Flutter* SDK deployed to pub.dev! (deployment step 2 of 2)"
}
},
{
Expand All @@ -49,7 +49,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Version ${{ github.event.release.tag_name }}*\n\nFlutter SDK deployment progress:\n ~1. <https://github.com/${{github.repository}}/releases/tag/${{ github.event.release.tag_name }}|create git tag>~\n~2. deploy to npm~\n\n"
"text": "*Version ${{ github.event.release.tag_name }}*\n\nFlutter SDK deployment progress:\n ~1. <https://github.com/${{github.repository}}/releases/tag/${{ github.event.release.tag_name }}|create git tag>~\n~2. deploy to pub.dev~\n\n"
}
}
]
Expand All @@ -67,7 +67,7 @@ jobs:
{
"text": "Flutter SDK deployment failure",
"username": "Flutter deployment bot",
"icon_url": "https://storage.googleapis.com/cms-storage-bucket/c823e53b3a1a7b0d36a9.png",
"icon_url": "https://img.icons8.com/color/512/flutter.png",
"channel": "#squad-mobile",
"blocks": [
{
Expand All @@ -84,7 +84,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Flutter SDK failed deployment during step *deploy to npm*. View <https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}|CI server logs> to learn why and fix the issue. <https://github.com/customerio/mobile/blob/main/GIT-WORKFLOW.md|Learn more about the deployment process and how to fix errors>."
"text": "Flutter SDK failed deployment during step *deploy to pub.dev*. View <https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}|CI server logs> to learn why and fix the issue. <https://github.com/customerio/mobile/blob/main/GIT-WORKFLOW.md|Learn more about the deployment process and how to fix errors>."
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
{
"text": "Flutter SDK deployment failure",
"username": "Flutter deployment bot",
"icon_url": "https://storage.googleapis.com/cms-storage-bucket/c823e53b3a1a7b0d36a9.png",
"icon_url": "https://img.icons8.com/color/512/flutter.png",
"channel": "#squad-mobile",
"blocks": [
{
Expand Down

0 comments on commit 57c6eef

Please sign in to comment.