mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
Fix variable name (#30924)
This commit is contained in:
parent
e2c2aa699b
commit
9558d3c630
4
.github/workflows/update-project-items.ps1
vendored
4
.github/workflows/update-project-items.ps1
vendored
@ -63,8 +63,8 @@ switch ($github.event_name) {
|
||||
New-SlackMessageAttachment `
|
||||
-Pretext $message `
|
||||
-Color $color `
|
||||
-AuthorName $issue.content.author.login `
|
||||
-AuthorIcon $issue.content.author.avatarUrl `
|
||||
-AuthorName $item.content.author.login `
|
||||
-AuthorIcon $item.content.author.avatarUrl `
|
||||
-Title "#$($item.content.number) $($item.content.title)" `
|
||||
-TitleLink $item.content.url `
|
||||
-Text $item.content.bodyText.Substring(0, [System.Math]::Min(1000, $item.content.bodyText.Length)) `
|
||||
|
||||
Loading…
Reference in New Issue
Block a user