You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Motivation
The Debian Release Workflow started failing because ::set-env
was deprecated by Github since it introduced a security hole.
The alternative solution suggested by Github for users of
::set-env is using Environment Files as described in the link
below:
https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files
= This Patch
Applies the solution suggested by Github.
0 commit comments