fix: use npm install (#77)

This commit is contained in:
Luca Casonato
2024-09-13 18:57:49 +02:00
committed by GitHub
parent 084daf99a8
commit 90ced52839
771 changed files with 307 additions and 127 deletions

2
node_modules/@actions/core/lib/file-command.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
export declare function issueFileCommand(command: string, message: any): void;
export declare function prepareKeyValueMessage(key: string, value: any): string;