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.** I am trying to use the extension to get real time feedback on the CI to see if the tests...
**Describe the bug** After upgrading to 0.25.8, a "Context access might be invalid" warning is thrown for all repository variables and secrets in the workflow file. Refreshing the secrets/vars in...
Randomly highlights errors even if there are none. **Extension Version** `v0.26.2 `
**Describe the bug** It is not possible to log in to Github actions. Even if I try to with the refresh button, it won't work. **To Reproduce** Steps to reproduce...
**Describe the bug** When leveraging local reusable workflows, i.e. referencing other workflows inside of the `.github/workflows/` directory, the extension claims that it cannot find the reusable workflow. The reusable workflow...
like vscode builtin npm package tooltip:
**Describe the bug** Copy Pasting yaml when file is identified as GitHub workflow is messed up. **To Reproduce** https://github.com/github/vscode-github-actions/assets/153052/3e056158-fbe9-44f0-b987-6b3fc96c8f48 **Expected behavior** N/A **Screenshots** N/A **Extension Version** `v0.25.8` **Additional context** Add...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
**Is your feature request related to a problem? Please describe.** As a developer of some GitHub Actions, I would like to have the same level of help on the `action.yaml`...