This commit is contained in:
Lukas Gravley 2021-11-12 11:02:28 -06:00 committed by GitHub
parent fb82126082
commit 991ac14e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
title: "Failed to deploy to production",
body: 'Automation has failed us!'
body: "Automation has failed us!\nMore information can be found at:\n - ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
})
console.log('create', create)
return create.data.number

View file

@ -137,7 +137,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
title: "Failed to deploy to production",
body: 'Automation has failed us!'
body: "Automation has failed us!\nMore information can be found at:\n - ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
})
console.log('create', create)
return create.data.number

View file

@ -171,7 +171,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 }}"
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 }}"
})
console.log('create', create)
return create.data.number

View file

@ -171,7 +171,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 }}"
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 }}"
})
console.log('create', create)
return create.data.number