use paranthesis to fix bug

This commit is contained in:
David Refoua 2022-10-17 21:56:05 +03:30
parent 129c2971c7
commit ae391eb576

View File

@ -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 ([System.Web.HTTPUtility]::UrlEncode($updateMessage))
- uses: peter-evans/create-pull-request@v4 - uses: peter-evans/create-pull-request@v4
with: with: