Build error
NickCH-K opened this issue · 3 comments
NickCH-K commented
I made a few commits and kept getting the following error when it tries to push to Pages:
Error: Unable to process command '::set-env name=DEPLOYMENT_STATUS::success' 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/
Any idea how to fix this?
khwilson commented
Oh, yes, this occurred in a few other commands. Should be fixed now. :-)
Kevin
…On Sun, Nov 22, 2020 at 10:49 PM NickCH-K ***@***.***> wrote:
I made a few commits and kept getting the following error when it tries to
push to Pages:
Error: Unable to process command '::set-env name=DEPLOYMENT_STATUS::success' 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/
Any idea how to fix this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#71>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALU5EVSZWF243ASBH2Y4JTSRHLWBANCNFSM4T66OLVQ>
.
khwilson commented
Seems to have worked! https://github.com/LOST-STATS/lost-stats.github.io/runs/1442673315?check_suite_focus=true Closing.