Martin Kanters created MNG-7004:
-----------------------------------
Summary: Refactor GitHub Actions environment variables since
'set-env' is deprecated
Key: MNG-7004
URL: https://issues.apache.org/jira/browse/MNG-7004
Project: Maven
Issue Type: Improvement
Reporter: Martin Kanters
See the warnings generated on a typical master build:
[https://github.com/apache/maven/actions/runs/316060775]
{{The `set-env` command is deprecated and will be disabled soon. Please upgrade
to using Environment Files. For more information see:
[https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/]}}
The fix provided in the blog seems simple, but let's make sure it keeps on
working afterwards.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)