mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Fix typo in CD pipeline (#4449)
Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
parent
c3901333dd
commit
e4f27ceca3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -90,6 +90,6 @@ jobs:
|
||||||
title: "Failed to deploy to production",
|
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: [
|
assignees: [
|
||||||
"zkoppert", "Hanse00
|
"zkoppert", "Hanse00"
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue