vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. With this workflow `csharp-qltest.yml`: ```yml name: "C#: Run QL...
**Is your feature request related to a problem? Please describe.** GitHub Actions have a known format to report error/warning/info messages. It is rendered on the web preview. However, they are...
The following is not validated (from [github docs](https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution)): > You must always use the ${{ }} expression syntax or escape with '', "", or () when the expression starts with...
**Describe the bug** I have an `if` in my workflow that looks like this: ```yaml if: "!startsWith(matrix.os, 'ubuntu-')" ``` The conditional is quoted because `!` has meaning in YAML to...
**Describe the bug** A clear and concise description of what the bug is. Before the extension was supported by GitHub, the extension https://open-vsx.org/extension/cschleiden/vscode-github-actions was available on OpenVSX, so it could...
**Is your feature request related to a problem? Please describe.** Not specifically. **Describe the solution you'd like** I would like to see my step `runs` show the correct syntax when...
**Is your feature request related to a problem? Please describe.** Implement functionality for reviewing workflows as described here: https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments **Describe the solution you'd like** Currently use VSCode for almost all...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create & **commit** the following workflow: ```yaml # yaml-language-server:...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** I get the same error when I 1) try to view repo secrets/variables and 2)...
**Is your feature request related to a problem? Please describe.** My github repo is cloned using an SSH alias, i.e. ``` Host github-mycompany HostName github.com User git IdentityFile ~/.ssh/mycompany ```...