Fix typo in CD pipeline (#4449)

Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
Jan Hentschel 2023-07-06 00:26:01 +02:00 committed by GitHub
parent c3901333dd
commit e4f27ceca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
]
})