From e4f27ceca3279b704726d49add1f0b289c5e476b Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Thu, 6 Jul 2023 00:26:01 +0200 Subject: [PATCH] Fix typo in CD pipeline (#4449) Co-authored-by: Zack Koppert --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0929337c..ffed1975 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -90,6 +90,6 @@ jobs: title: "Failed to deploy to production", body: "Automation has failed us!\nMore information can be found at:\n - ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", assignees: [ - "zkoppert", "Hanse00 + "zkoppert", "Hanse00" ] })