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** In a workflow accept the `run-name` suggestion **Expected behavior** The indentation will be correct and...
**Describe the solution you'd like** Let's say I use the `actions/setup-go` in my workflow file: ```yaml - name: Set up Go uses: actions/setup-go@v3 with: cache: true go-version-file: go.mod ``` I'd...
Type: Bug Hi, The following example code breaks syntax highlight when using `GitHub Actions Workflow` as the selected language: ```yaml name: Example on: push: jobs: example: name: Example runs-on: ubuntu-latest...
When running a new workflow, you have to manually click refresh and there are not automatic updates.
**Describe the bug** When running a new workflow, you have to manually click refresh and there are not automatic updates. **To Reproduce** Steps to reproduce the behavior: When I re-run...
**Describe the bug** Syntax is invalid formatted with `||` at the begging of the line **To Reproduce** Steps to reproduce the behavior: This workflow casuses invalid hightlighting on the last...
**Describe the bug** The problems panel is showing problems in a virtual and read only file: When I copy the problem and paste the contents into a new file, I...
**Is your feature request related to a problem? Please describe.** As shown below, the value of GITHUB_ENV created during execution is not recognized by extention. However, since this method is...
**Describe the bug** Creating new action file in the new branch doesn't shows up the actions in the workflows section. I have created a new branch from the `main` branch...
**Describe the bug** Here, this line should appear as a comment: **To Reproduce** Here's the text: ```yaml update-rust-toolchain: runs-on: ubuntu-latest # Don't run on forks; will attempt to create a...
Rather than opening a single folder that contains a repo, I have a workspace that has multiple folders and each folder is one repo, so it looks like the first...