Merge branch 'fix/build-output-retrieval' into fix/linux-act-setup

This commit is contained in:
Sanjula Ganepola
2024-11-25 23:58:53 -05:00
13 changed files with 222 additions and 106 deletions

View File

@@ -9,7 +9,7 @@
},
"publisher": "SanjulaGanepola",
"license": "Apache-2.0",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"url": "https://github.com/SanjulaGanepola/github-local-actions"
},
@@ -700,6 +700,11 @@
"configuration": {
"title": "GitHub Local Actions",
"properties": {
"githubLocalActions.actCommand": {
"markdownDescription": "The base `nektos/act` command to be called. By default, this will be `act` (requires the binary to be on your `PATH`). If the binary is not on your `PATH`, the command should be fully qualified. If `act` is installed as a GitHub CLI extension, this command should be set to `gh act`.",
"type": "string",
"default": "act"
},
"githubLocalActions.dockerDesktopPath": {
"type": "string",
"markdownDescription": "The path to your Docker Desktop executable (used for Windows and MacOS). To start Docker Engine from the `Components` view, this application will be launched. Refer to the default path based on OS:\n\n* **Windows**: `C:/Program Files/Docker/Docker/Docker Desktop.exe`\n\n* **MacOS**: `/Applications/Docker.app`",