fix small ending delimiter

This commit is contained in:
David Refoua 2022-10-17 23:46:14 +03:30
parent 856d22e9f8
commit 2ebf68393f

View File

@ -44,7 +44,7 @@ jobs:
}
}
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
echo "UPDATE_MESSAGE<<<EOF`n$updateMessage`nEOF" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
echo "UPDATE_MESSAGE<<<EOF`n$updateMessage`n<EOF" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
- uses: peter-evans/create-pull-request@v4
with: