mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
add link (#2123)
This commit is contained in:
parent
fb82126082
commit
991ac14e49
4 changed files with 4 additions and 4 deletions
2
.github/workflows/deploy-PROD-slim.yml
vendored
2
.github/workflows/deploy-PROD-slim.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
title: "Failed to deploy to production",
|
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)
|
console.log('create', create)
|
||||||
return create.data.number
|
return create.data.number
|
||||||
|
|
2
.github/workflows/deploy-PROD-standard.yml
vendored
2
.github/workflows/deploy-PROD-standard.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
title: "Failed to deploy to production",
|
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)
|
console.log('create', create)
|
||||||
return create.data.number
|
return create.data.number
|
||||||
|
|
2
.github/workflows/deploy-RELEASE-slim.yml
vendored
2
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -171,7 +171,7 @@ jobs:
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
title: "Failed to deploy release to production",
|
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)
|
console.log('create', create)
|
||||||
return create.data.number
|
return create.data.number
|
||||||
|
|
|
@ -171,7 +171,7 @@ jobs:
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
title: "Failed to deploy release to production",
|
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)
|
console.log('create', create)
|
||||||
return create.data.number
|
return create.data.number
|
||||||
|
|
Loading…
Reference in a new issue