Remove core.exportVariable the console log info
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
When I use the following code, it will auto-print the info into the terminal.
core.exportVariable(secretNamePOSIX, secretValue);
Does it have any feature flag, no to print out the info into the terminal?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the core.exportVariable entry point shown in the issue and trace the path that emits information to the terminal. Confirm whether the output is expected behavior and identify how suppression could be specified. Done means calls using this API no longer print the unwanted information when suppression is requested, with the behavior covered by the relevant project test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100