runner.server
runner.server copied to clipboard
An unofficial Local GitHub Actions and Azure Pipelines Emulator
Upgrades Docker version from 28.3.3 to 28.4.0 and Docker Buildx version from 0.27.0 to 0.28.0.\n\nRelease notes: https://docs.docker.com/engine/release-notes/\n\n---\n\nAutogenerated by [Docker/Buildx Version Upgrade Workflow](https://github.com/actions/runner/blob/main/.github/workflows/docker-buildx-upgrade.yml)
``` Error: Response status code does not indicate success: 300 (Multiple Choices). ``` Runner logs: ``` Current runner version: '3.13.7' Secret source: Actions Runner is running behind proxy server 'http://-REMOVED-:8080'...
When removing required parameters this triggers Parameters changed, but rerun does allow to remove/ignore unexpected parameters ``` [error](Line: 1, Col: 1): Unexpected parameter 'y' [error](Line: 1, Col: 1): Unexpected parameter...
Steps to reproduce - Open vscode.dev - Install the azure-pipelines-vscode-extension pre-release 0.3.726 - create the following yaml file ```yaml trigger: none steps: - script: test condition: Failed() ``` - Run...
```yaml trigger: none steps: - script: test c_ ``` where `_` is the cursor
Hello, when trying to run Act, I run into the following error ``` [Build and push docker image on AWS/build] ☁ git clone 'https://github.com/aws-actions/configure-aws-credentials' # ref=v1 [Build and push docker...
```yaml parameters: - name: VSCODE_QUALITY displayName: Quality type: string default: insider values: - exploration - insider - stable ``` I expect to only see insider