Deployment does fail
MasterEvarior opened this issue · 0 comments
MasterEvarior commented
While deploying, the action fails at trying to setup Node.js with the following error
Error: Unable to process command '##[add-path]/opt/hostedtoolcache/node/12.19.0/x64/bin' successfully.
Error: The `add-path` 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 seems like one of the commands is deprecated and can't be used anymore. The log gives this link as further information.
Is this a problem with the GitHub action or just a fault on my part?
Any help is greatly appreciated 🙂