EA31337 / EA31337-indicators-other

Collection of 3rd party indicators used for EA31337 strategies.
11 stars 4 forks source link

The "set-output" command is deprecated #6

Open kenorb opened 1 year ago

kenorb commented 1 year ago

Compile workflow needs some fixes as per error:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

See also:

Branch with attempted fix: dev-ci-fixme (see: a84f6e9a109a64dff02d66bf266c0c35c3625946).

The problem is, that we're trying to set GITHUB_OUTPUT from Python which doesn't work, see: https://stackoverflow.com/questions/5971312/how-to-set-environment-variables-in-python.