mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
write raw github env var with newlines
This commit is contained in:
parent
9151fb3469
commit
856d22e9f8
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
|
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
|
||||||
Set-GHVariable -Name UPDATE_MESSAGE -Value $updateMessage
|
echo "UPDATE_MESSAGE<<<EOF`n$updateMessage`nEOF" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
|
||||||
|
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user