boralyl/github-custom-component-tutorial

pythonpackage.yaml no longer works

TomHart opened this issue · 2 comments

I get this error

Error: Unable to process command '::set-env name=PY::cdff5fd5920138f547cdcfe8e449053ac96b7b85b421aa6a9c8e2b6b4a274b31' 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/

Do you know what I need to update to get it working?

That command has been deprecated and was removed: f704192#diff-dc70c06d1332c2de7fa275bdba5eb6a144c5e08ea447b965f9f621c93a56c7bb

I'd recommend using the latest version, make sure you are on the main branch when looking at the code in the repository: https://github.com/boralyl/github-custom-component-tutorial/blob/main/.github/workflows/pythonpackage.yaml

Thanks!