sim-setup 1.0.6-dev.63.1 → 1.0.6-preview.65.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1570,7 +1570,7 @@ var init_env_capabilities = __esm(() => {
|
|
|
1570
1570
|
var integrations_default;
|
|
1571
1571
|
var init_integrations = __esm(() => {
|
|
1572
1572
|
integrations_default = {
|
|
1573
|
-
updatedAt: "2026-08-
|
|
1573
|
+
updatedAt: "2026-08-31",
|
|
1574
1574
|
integrations: [
|
|
1575
1575
|
{
|
|
1576
1576
|
type: "onepassword",
|
|
@@ -9584,7 +9584,7 @@ var init_integrations = __esm(() => {
|
|
|
9584
9584
|
},
|
|
9585
9585
|
{
|
|
9586
9586
|
name: "List workflow runs",
|
|
9587
|
-
description: "List workflow runs for a repository. Supports filtering by actor, branch, event, and status. Returns run details including status, conclusion, and links."
|
|
9587
|
+
description: "List workflow runs for a repository, or for a single workflow when a workflow ID or filename is given. Supports filtering by actor, branch, event, and status. Returns run details including status, conclusion, and links."
|
|
9588
9588
|
},
|
|
9589
9589
|
{
|
|
9590
9590
|
name: "Get workflow run",
|