@factorialco/gat
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -18,2 +18,3 @@ export declare type EventName = "push" | "pull_request" | "pull_request_review" | "workflow_run" | "workflow_dispatch" | "schedule" | "pull_request_target"; | ||
types?: Array<"completed">; | ||
branches?: string[]; | ||
} | ||
@@ -20,0 +21,0 @@ interface WorkflowDispatchInput { |
@@ -8,2 +8,3 @@ export interface BaseStep { | ||
continueOnError?: boolean; | ||
timeout?: number; | ||
} | ||
@@ -10,0 +11,0 @@ export declare type Step = RunStep | UseStep; |
@@ -99,3 +99,3 @@ "use strict"; | ||
: undefined, | ||
steps: steps.map(({ id, name, ifExpression, workingDirectory, continueOnError, ...options }) => ({ | ||
steps: steps.map(({ id, name, ifExpression, workingDirectory, continueOnError, timeout, ...options }) => ({ | ||
id, | ||
@@ -106,2 +106,3 @@ name, | ||
"working-directory": workingDirectory, | ||
"timeout-minutes": timeout, | ||
...options, | ||
@@ -108,0 +109,0 @@ })), |
{ | ||
"name": "@factorialco/gat", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Write your GitHub Actions workflows using TypeScript", | ||
@@ -5,0 +5,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24770
571