vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

GitHub Actions extension for VS Code

Results 208 vscode-github-actions issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

**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...

bug

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 #...

bug

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...

enhancement

**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...

bug

**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...

bug

**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...

enhancement

**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:...

bug

Type: Bug When clicking play from the Workflows section on a job name, I get an error: ![image](https://github.com/github/vscode-github-actions/assets/4821/1de3bbd8-a0d2-44c1-8dd4-8ff657e62b7d) Extension version: 0.25.8 VS Code version: Code - Insiders 1.81.0-insider (daf9647eec0867d7bc32d935478fec4bd9de1f56, 2023-07-20T05:34:43.543Z)...