mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-28 20:34:35 +08:00
use correct escaping for new line
This commit is contained in:
parent
ae391eb576
commit
0559060ceb
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
|
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
|
||||||
Set-GHVariable -Name UPDATE_MESSAGE -Value ([System.Web.HTTPUtility]::UrlEncode($updateMessage))
|
Set-GHVariable -Name UPDATE_MESSAGE -Value $updateMessage.Replace("`n", "%0a")
|
||||||
|
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user