Skip to content

Commit

Permalink
chore: use correct app name
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Aug 23, 2024
1 parent fb7a02b commit f4ce2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
payload: |
{
"text": "Maps app release ${{ steps.extract_version.outputs.version }} succeeded",
"text": "Data Visualizer app release ${{ steps.extract_version.outputs.version }} succeeded",
"blocks": [
{
"type": "header",
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
payload: |
{
"text": ":small_red_triangle_down: :data-visualizer-app: Maps release <https://github.com/dhis2/data-visualizer-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Afailure|failed>",
"text": ":small_red_triangle_down: :data-visualizer-app: Data Visualizer release <https://github.com/dhis2/data-visualizer-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Afailure|failed>",
"blocks": [
{
"type": "section",
Expand Down

0 comments on commit f4ce2d1

Please sign in to comment.