vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] No, not related to...
**Describe the bug** Links to specific step logs implemented in #170 finds step number by step name, but step name may duplicate. Looks like the step number should be retrieved...
**Describe the bug** If a concurrency group is defined at the workflow level, and the same concurrency group is defined at the job level, the job will never run. It...
**Is your feature request related to a problem? Please describe.** I have a few locally created actions in the `.github/actions` directory but validation and autocomplete don't seem to work on...
As part of research from https://github.com/github/vscode-github-actions/issues/107 we are reducing the manual steps in our release workflow. Our current release workflow is documented here: https://github.com/github/workflow-development/blob/main/docs/vscode/release-new-version.md Our current ideal scenario for release...
Repro steps 1. Sign out of account 2. Can still see workflows Note: Cannot manipulate anything, which is good.  Expectation: I would expect that upon sign out that I...
**Describe the bug** There are a lot of contexts whose possible input keys are case insensitive. For example, both `secrets.BANANA` and `secrets.banana` work just fine (from the [github secrets docs](https://docs.github.com/en/actions/security-guides/encrypted-secrets#naming-your-secrets):...
**Describe the bug** Whenever I open up a workflow with the git diff editor, it evaluates both the file prior to the made changes and the current version. The problems...
**Is your feature request related to a problem? Please describe.** I want to allow many values to be overridden using `vars` but still provide defaults/fallback values when the var is...
**Is your feature request related to a problem? Please describe.** `uses` block doesn't have a functioning autocomplete which is frustrating when you have github recognized reusable workflows. **Describe the solution...