We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running into an issue when I try to use core.exportVariable() on version @actions/core@1.2.6.
core.exportVariable()
@actions/core@1.2.6
Describe the bug GITHUB_ENV is not part of the process.env object when calling core.exportVariable()
To Reproduce Actions runner environment: https://github.com/nomad-mystic/test-actions/runs/1434434458?check_suite_focus=true Git Repo: https://github.com/nomad-mystic/test-actions/
Expected behavior GITHUB_ENV variable should be part of the node process.env object when using the @actions/core module.
process.env
@actions/core
Screenshots
Github actions environment:
runs-on: ubuntu-latest
matrix: node_version: [14]
actions/checkout@v2
Additional context If there is something I'm missing here, pointers would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
The use of sudo here is resetting your environment variables.
sudo
You have a couple ways you can address this:
I'm going to close out this issue, but if the above steps don't resolve it, please let me know and we can reopen it!
Sorry, something went wrong.
No branches or pull requests
I'm running into an issue when I try to use
core.exportVariable()
on version@actions/core@1.2.6
.Describe the bug
GITHUB_ENV is not part of the process.env object when calling
core.exportVariable()
To Reproduce
Actions runner environment: https://github.com/nomad-mystic/test-actions/runs/1434434458?check_suite_focus=true
Git Repo: https://github.com/nomad-mystic/test-actions/
Expected behavior
GITHUB_ENV variable should be part of the node
process.env
object when using the@actions/core
module.Screenshots
Github actions environment:
runs-on: ubuntu-latest
matrix: node_version: [14]
actions/checkout@v2
Additional context
If there is something I'm missing here, pointers would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: