vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
Fixes #278 Fetching environments was limited to 30 environments. This change use pagination to support fetching all environments. ### Example: A repository with 35 environments:  ### Before Only 30...
**Describe the bug** Github Actions suddenly stopped working. **To Reproduce** Nothing has changed on my side w.r.t this extension. In the Actions pane, I only see Sign in to Github...
I use Gitea Actions (not GitHub), and I want to be able to: 1) use `runs-on` 2) add a `container` with a `volumes` node, but without specifying `image`, because the...
Type: Bug i can't login for acount git, and me can't use copilot github Extension version: 0.27.1 VS Code version: Code 1.100.2 (848b80aeb52026648a8ff9f7c45a9b0a80641e2e, 2025-05-14T21:47:40.416Z) OS version: Windows_NT x64 10.0.26100 Modes:...
Hi everyone, I am one of those unlucky fellows with this error, and I haven't been able to find any solution yet. I am using MacOS 15.5 build 24F74 and...
Type: Bug Making a workflow file like this: ```yaml name: Sample 1 on: - push env: jobs: test: runs-on: ubuntu-latest steps: - run: echo "Hello, ${{ env.TEST }}" ``` Causes...
Many developers have multiple Git-Accounts: - work - university - private accounts - public (and non-work, non-university related) accounts (For simplicity let us just make the unrealistic assumption that all...
This PR bundles a few expression grammar improvements. To review it might help to look at each commit individually. If preferred, I can also split these of into separate PRs....