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

Linting gives warnings of variables and outputs set via actions/github-script with core object

Open jsclifford opened this issue 10 months ago • 1 comments

Lint warning occurs stating context access might be invalid: <output name> when using actions/github-script@v7 action to set outputs or export an environment variable in a step.

Please update the linter to include the core.setOutput and core.exportVariable to validate if the context is properly referenced. Most of my workflows have warnings that are false positives when using this action.

jsclifford avatar Feb 20 '25 18:02 jsclifford

i'm getting this any time i use a secret in a workflow...great extension...super annoying bug

duncanmapes avatar Jun 18 '25 03:06 duncanmapes