vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
### Discussed in https://github.com/github/vscode-github-actions/discussions/207 Originally posted by **MariuszMielcarski** June 1, 2023 Hi I have noticed that the plugin successfully found my workflows in .github\workflows directory - and that works great....
Support GHES
The Github authentication plugin allows to connect to priate instances of github enterprise Please add a configuration field to allow to use private github instances  Thanks!
**Describe the bug** I have a private repo in GitHub which I have no authority to access repository settings. But I still can access to repository secrets and create/update/delete the...
**Describe the bug** The GitHub Actions extension is reporting this error message:  In the Output window the following messages are shown: ``` Error getting GitHub context fetch...
**Is your feature request related to a problem? Please describe.** When using https://github.com/actions/github-script with a call to `core.setOutput()`, the VSCode extension is unable to do autocompletion and shows "Context access...
**Describe the bug** If a job contains a step which uses `env:` or `with:` then the indentation on subsequent lines switches from 2 spaces to 4 spaces. The issue seems...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.0.1. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v5.0.1 Fixed Fail if attempting to execute git commands in a directory that is not a git-repo. (#326)...
**Describe the bug** If a workflow YAML has `${{runner.workspace}}` value for the key [`jobs..steps[*].working-directory`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsworking-directory) it triggers the warning in the issue description. **To Reproduce** ```yml - name: Test working-directory: ${{runner.workspace}}/OpenCL-Headers/build...
**Describe the bug** Opening a Workspace in VSCode with the GitHub Actions extension enabled connected to a **GHES 3.7** will quickly consume all the quota available because the extension performs...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-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....