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

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

enhancement
good first issue
help wanted

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 ![image](https://user-images.githubusercontent.com/25422924/226894691-9144894a-77e4-4698-93d6-b701883132f3.png) Thanks!

enhancement
needs-design
needs-investigation

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

bug

**Describe the bug** The GitHub Actions extension is reporting this error message: ![Screenshot 2023-12-06 084828](https://github.com/github/vscode-github-actions/assets/10775668/d15aaabf-a113-42b8-a975-ebdbb554d449) In the Output window the following messages are shown: ``` Error getting GitHub context fetch...

bug

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

enhancement

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

bug

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

ospo-dependency-license-alert
github_actions

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

bug

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

bug

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

ospo-dependency-license-alert
github_actions