Skip to content

Commit 22a6ee2

Browse files
committed
Deploy Production Code for Commit f0810b1 🚀
1 parent f0810b1 commit 22a6ee2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+10552
-4885
lines changed

lib/constants.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface NodeActionInterface {
7373
}
7474
export declare const action: ActionInterface;
7575
/** Types for the required action parameters. */
76-
export declare type RequiredActionParameters = Pick<ActionInterface, 'token' | 'sshKey' | 'branch' | 'folder' | 'isTest'>;
76+
export type RequiredActionParameters = Pick<ActionInterface, 'token' | 'sshKey' | 'branch' | 'folder' | 'isTest'>;
7777
/** Status codes for the action. */
7878
export declare enum Status {
7979
SUCCESS = "success",

lib/execute.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="node" />
2-
declare type ExecuteOutput = {
2+
type ExecuteOutput = {
33
stdout: string;
44
stderr: string;
55
};

node_modules/@actions/io/lib/io-util.d.ts

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/io/lib/io-util.js

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/io/lib/io-util.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/io/lib/io.js

+11-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)