From e08a673e5d4d62ae52790ee78fbc81b48d788132 Mon Sep 17 00:00:00 2001 From: Bernardo Guerreiro Date: Wed, 24 Jan 2024 00:36:24 +0000 Subject: [PATCH] fix: remove source --- .github/workflows/serverless-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/serverless-deploy.yaml b/.github/workflows/serverless-deploy.yaml index 1ac6072..5836646 100644 --- a/.github/workflows/serverless-deploy.yaml +++ b/.github/workflows/serverless-deploy.yaml @@ -85,7 +85,6 @@ jobs: - title: "Deployment to ${{ inputs.ENVIRONMENT }}" text: "Branch deployed to ${{ inputs.ENVIRONMENT }} by ${{ github.actor }}" alert_type: "success" - source_type_name: "github" tags: - "env:${{ inputs.ENVIRONMENT }}" - "repo:${{ github.repository }}"