vscode-github-actions
vscode-github-actions copied to clipboard
Linting gives warnings of variables and outputs set via actions/github-script with core object
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.
i'm getting this any time i use a secret in a workflow...great extension...super annoying bug