Skip to content

Commit

Permalink
fix: source type for event
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 24, 2024
1 parent ce3375d commit 77b4bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/serverless-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 77b4bbd

Please sign in to comment.