diff --git a/.github/workflows/serverless-deploy.yaml b/.github/workflows/serverless-deploy.yaml index 1d0b73a..1ac6072 100644 --- a/.github/workflows/serverless-deploy.yaml +++ b/.github/workflows/serverless-deploy.yaml @@ -83,9 +83,9 @@ jobs: api-key: ${{ secrets.DD_API_KEY }} events: | - title: "Deployment to ${{ inputs.ENVIRONMENT }}" - text: "Branch ${{ github.head_ref }} deployed to ${{ inputs.ENVIRONMENT }} by ${{ github.actor }}" + text: "Branch deployed to ${{ inputs.ENVIRONMENT }} by ${{ github.actor }}" alert_type: "success" - source: github + source_type_name: "github" tags: - "env:${{ inputs.ENVIRONMENT }}" - "repo:${{ github.repository }}"