GitHub Actions is depreciating the set-env method previously used to pass environment variables between workflow steps.
I think that we use this method in quite a few places, so we may need to make some updates.
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
GitHub Actions is depreciating the
set-envmethod previously used to pass environment variables between workflow steps.I think that we use this method in quite a few places, so we may need to make some updates.
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/