From 77b4bbd2d127500200207325cddb0285ceae4e73 Mon Sep 17 00:00:00 2001 From: Bernardo Guerreiro Date: Wed, 24 Jan 2024 00:32:00 +0000 Subject: [PATCH] fix: source type for event --- .github/workflows/serverless-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}"