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

**Describe the bug** Upon following the instructions in the `development.md` file for creating my own local development environment, after running `npm run build -ws` it begins building the workspaces and...

bug

**Describe the bug** When we use the `runner.environment` context listed in [official document](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#runner-context), this extension reports "Context access might be invalid". **To Reproduce** Steps to reproduce the behavior: 1. With...

bug

**Describe the bug** Too many notifications, every few seconds I get a notification. Very distracting. **Screenshots** **Extension Version** v0.27.0

bug

**Describe the bug** I had no idea I was able to sign in. Been dealing with this nonsense for over a year: #222 **To Reproduce** 1. Press Ctrl+Shift+P to open...

bug

**Describe the bug** Clicking the pin & unpin buttons on workflows in a multi-project workspace add `PROJECT-FOLDER-NAME/.github/workflows/WORKFLOW-NAME.yml` to `"github-actions.workflows.pinned.workflows"`, but in actuality, the only workflows that can actually show in...

bug

**Describe the bug** Occasionally, when I edit a referenced action version, a warning about the non-existing version appears during editing and doesn't disappear after finishing the edit. For example, I...

bug

**Describe the bug** When defining an action `.github/actions/[action-name]/action.yml`, there is no syntax highlighting for using variables and there's also no "help" from autocomplete for inputs, etc. like there is in...

bug

**Is your feature request related to a problem? Please describe.** I think CI/CD systems can get extremely complex. I don't think it's that crazy to believe that some workflows will...

enhancement

**Is your feature request related to a problem? Please describe.** Once github actions supports anchors and aliases (see https://github.com/actions/runner/issues/1182) this extension will need to be updated accordingly. Currently, using anchors...

enhancement

I was following the [PyPI doc to setup trusted publisher with GitHub Actions](https://docs.pypi.org/trusted-publishers/using-a-publisher/), but I encountered this error in VS Code with the extension. I think this is a false...

bug