I have suddenly started to get this error (even with the latest version)
Error: Unable to process command '::set-env name=GitVersion_CommitDate::2020-11-23' successfully.
Error: The set-env command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the ACTIONS_ALLOW_UNSECURE_COMMANDS environment variable to true. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
it is related to a security issue which has been patched by GitHub and I understand needs to be addressed by GitTools
I have suddenly started to get this error (even with the latest version)
Error: Unable to process command '::set-env name=GitVersion_CommitDate::2020-11-23' successfully.
Error: The
set-envcommand is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting theACTIONS_ALLOW_UNSECURE_COMMANDSenvironment variable totrue. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/it is related to a security issue which has been patched by GitHub and I understand needs to be addressed by GitTools