diff --git a/.github/workflows/vendor.yml b/.github/workflows/vendor.yml index 928a964..bbc9eaf 100644 --- a/.github/workflows/vendor.yml +++ b/.github/workflows/vendor.yml @@ -43,7 +43,7 @@ jobs: } } 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 ([System.Web.HTTPUtility]::UrlEncode($updateMessage)) - uses: peter-evans/create-pull-request@v4 with: