vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

Simple, unofficial extension to view GitHub Actions workflows and runs in VS Code

Results 52 vscode-github-actions issues
Sort by recently updated
recently updated
newest added

Type: Bug I was using macOS, By fault, I disabled the GitHub authentication extension in vs code so now I can't even access my workspace in vs code. In GitHub...

See the workflow here: https://github.com/sargunv/node-sandbox/blob/dc39d7a0a81d57edf1a8cf118782535631c024b8/.github/workflows/release.yml#L40 Errors are: "Expected sequence, found value" on the `matrix.include`, and "Unknown context access" below at the usage points.

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Doesn't seem to depend on a browser. I tried Firefox on Desktop and Safari on iPad, but I can't make pinned actions appear in the status bar. With desktop VSCode...

The autocomplete functionality just doesn't work in VsCode 1.68.1, I've reinstalled the extension several times. ![info](https://user-images.githubusercontent.com/104787607/199798447-b7df9f1c-7088-47c2-9394-4bc9d3a20386.PNG)

Job with a secret as an env var: ``` process-managers: needs: start-time env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} ... ``` is shown as ![image](https://user-images.githubusercontent.com/183673/121421741-c72af980-c96e-11eb-8174-3ace3e98b2ab.png) But: https://docs.github.com/en/actions/reference/encrypted-secrets#using-encrypted-secrets-in-a-workflow And it also works just...

bug
YAML

From [#101 ](https://github.com/cschleiden/vscode-github-actions/issues/101#issuecomment-1293892482) > I get this error for env variables which are defined in one step and then used in another step through appending to `$GITHUB_ENV` > > ```yaml...

enhancement
YAML

Auto complete seems to be broken. Installed versions: ``` ❯ code --version 1.65.2 c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1 x64 ``` and GitHub Actions `v0.22.0` running on MacOS 12.1

bug
YAML

If I click the workflow trigger, nothing happens ![Untitled](https://user-images.githubusercontent.com/27895981/185760037-a26e7949-f15f-4211-b03c-ee6e73194a53.gif) workflow file ![Снимок экрана 2022-08-20 в 19 45 14](https://user-images.githubusercontent.com/27895981/185759790-14e1163a-b046-4acc-8611-d42478aa60f5.png) GitHub Actions v0.24.2

bug

Reopening an issue, because issue #58 were closed.

enhancement