diff --git a/.github/workflows/est-frontend-dev.yml b/.github/workflows/est-frontend-dev.yml index 23b8ee0f..4a231a13 100644 --- a/.github/workflows/est-frontend-dev.yml +++ b/.github/workflows/est-frontend-dev.yml @@ -40,5 +40,5 @@ jobs: PUBLIC_IP: ${{ env.PUBLIC_IP }} run: | curl -X POST -H 'Content-type: application/json' --data "{ - \"text\": \"Build is complete. Public IP: $PUBLIC_IP\" + \"text\": \"Build is complete. You can access it with Public IP: $PUBLIC_IP\" }" $SLACK_WEBHOOK_URL