From 050bb7591d57ba34c81d7adf796076b04b48fe70 Mon Sep 17 00:00:00 2001 From: Lovekesh Kumar Date: Tue, 16 May 2023 01:06:24 +0530 Subject: [PATCH] Fix syntax error in scripts of `actions/github-script` GHA (#4185) Co-authored-by: Philip Mallegol-Hansen --- .github/workflows/cd.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ]