machinekit / machinekit-docs

Machinekit website
http://www.machinekit.io
16 stars 52 forks source link

Machinekit Docs not updating The full error is: #325

Closed the-snowwhite closed 3 years ago

the-snowwhite commented 3 years ago

The full error is: Run str="machinekit/machinekit-docs" Error: Unable to process command '::set-env name=PARSED_USERNAME::machinekit' 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/ Error: Unable to process command '::set-env name=PARSED_LOCAL_REPOSITORY::machinekit-docs' 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/

Originally posted by @the-snowwhite in https://github.com/machinekit/machinekit-docs/issues/323#issuecomment-805994311

cerna commented 3 years ago

Thank you, @the-snowwhite, it looks like the Github Actions workflow has rotten a bit in the meantime. I will try to repair it over the weekend.

cerna commented 3 years ago

@the-snowwhite, the solution for this problem comes in two packages:

The pull request machinekit/machinekit.github.io#65 should be merged first.

cerna commented 3 years ago

Seems to be working now.