-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set ENV and Add Path commands deprecated #9
Labels
Comments
sethvargo
added
bug
Something isn't working
help wanted
Extra attention is needed
labels
Oct 2, 2020
ashutoshgngwr
added a commit
to ashutoshgngwr/go-githubactions
that referenced
this issue
Oct 15, 2020
@polothy @sethvargo I have a fix for this in ashutoshgngwr@fdb2783 but the commit builds on top of #10. |
ashutoshgngwr
added a commit
to ashutoshgngwr/go-githubactions
that referenced
this issue
Oct 15, 2020
ashutoshgngwr
added a commit
to ashutoshgngwr/go-githubactions
that referenced
this issue
Oct 15, 2020
This issue has been automatically locked since there has not been any |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Probably need to write to these new files: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
Can probably port what was done in the
@actions/core
package:Add path https://github.com/actions/toolkit/blob/4f7fb6513a355689f69f0849edeb369a4dc81729/packages/core/src/core.ts#L63-L75
Set env https://github.com/actions/toolkit/blob/4f7fb6513a355689f69f0849edeb369a4dc81729/packages/core/src/core.ts#L35-L53
The text was updated successfully, but these errors were encountered: