diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-14 03:45:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-14 03:45:15 +0300 |
commit | a7a0ed975046cd2581ddb8825af5e3f849efe4ab (patch) | |
tree | 7c41b2bab5d3f5c0de1e3fa364f831850806f70a /node_modules/@actions/core/lib/file-command.d.ts | |
parent | make it into a JavaScript action (diff) | |
download | cleanup-path-a7a0ed975046cd2581ddb8825af5e3f849efe4ab.tar.gz cleanup-path-a7a0ed975046cd2581ddb8825af5e3f849efe4ab.zip |
add node_modules/
Diffstat (limited to 'node_modules/@actions/core/lib/file-command.d.ts')
-rw-r--r-- | node_modules/@actions/core/lib/file-command.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/@actions/core/lib/file-command.d.ts b/node_modules/@actions/core/lib/file-command.d.ts new file mode 100644 index 0000000..ed408eb --- /dev/null +++ b/node_modules/@actions/core/lib/file-command.d.ts @@ -0,0 +1 @@ +export declare function issueCommand(command: string, message: any): void; |