diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8d7dc89c..40187510 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -95,7 +95,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, 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 }}" + body: "Automation has failed us!\nMore information can be found at:\n - ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", assignees: [ "lindluni" ] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c769ef25..a63609de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, title: "Failed to deploy release to production", - body: "Automation has failed us! Failed to push release ${{ env.RELEASE_VERSION }}\nMore information can be found at:\n - ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" + body: "Automation has failed us! Failed to push release ${{ env.RELEASE_VERSION }}\nMore information can be found at:\n - ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", assignees: [ 'lindluni' ]