Powershell 7.4 error for cron job
Closed this issue · 1 comments
leojonathanoh commented
Bug
Powershell 7.4 error for cron job
Discussion
DeepCopy-Object: /home/runner/.local/share/powershell/Modules/PowerShellForGitHub/0.16.1/GitHubCore.ps1:1043
Line |
1043 | $clone = DeepCopy-Object -InputObject $InputObject
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Serialize" with "2" argument(s): "BinaryFormatter
| serialization and deserialization are disabled within this application.
| See https://aka.ms/binaryformatter for more information."
Error: Process completed with exit code 1.
leojonathanoh commented
Fixed, closing.