vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

Make sure envs created during steps are also recognized

Open Yaminyam opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. image As shown below, the value of GITHUB_ENV created during execution is not recognized by extention. However, since this method is officially recommended by GitHub https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable I think the created env should also be able to recognize it.

Describe the solution you'd like A clear and concise description of what you want to happen.

Additional context Add any other context or screenshots about the feature request here.

Yaminyam avatar Apr 26 '23 23:04 Yaminyam

duplicate of #47

muzimuzhi avatar May 21 '23 12:05 muzimuzhi

Careful about marking as a dup: #47 is a broader discussion about being able to preset/predeclare environment variables, as well as to handle the dynamic creation of environment variables.

KevinPartingtonTR avatar Jun 13 '23 21:06 KevinPartingtonTR