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.** We use workflows that may be long-lived waiting on approvals to deploy to different environments, and we keep track of...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create a new workflow file and paste in the...
Hello, I have 2 github.com accounts (perso and work). In order to use both under the same linux bash with git commands, I use the method described [here](https://vanthanhtran245.github.io/use-multiple-ssh-key-for-different-git-accounts/). ```config #...
Make use of https://github.blog/changelog/2023-08-21-repository-actions-runners-list/
**Is your feature request related to a problem? Please describe.** The extension couldn't find GitHub repository for the git repository when both of the following conditions are met: - git...
**Describe the bug** Expression auto-completion doesn't work in if multi-line expressions Happens only for `if` where we accept expressions without expression markers. **To Reproduce** Steps to reproduce the behavior: See...
**To Reproduce** With only the GitHub Actions extension enabled, If I paste in the following .yaml file: ```yaml --- name: Example # rest of file ``` the editor immediately reformats...
**Is your feature request related to a problem? Please describe.** This extension will eagerly activate if I have any workflow files in my repo... even if I don't intend to...
**Describe the bug** Many invalid instances of **Context access might be invalid** throughout a workflow file. **To Reproduce** Steps to reproduce the behavior: 1. Create a workflow with a job:...
Type: Bug When clicking play from the Workflows section on a job name, I get an error:  Extension version: 0.25.8 VS Code version: Code - Insiders 1.81.0-insider (daf9647eec0867d7bc32d935478fec4bd9de1f56, 2023-07-20T05:34:43.543Z)...