You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Kanters (Jira)" <ji...@apache.org> on 2020/10/23 08:08:00 UTC

[jira] [Created] (MNG-7004) Refactor GitHub Actions environment variables since 'set-env' is deprecated

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)