Rebuild dist

This commit is contained in:
Nick Alteen
2024-11-15 11:45:05 -05:00
parent f658b807e4
commit 44843bfdd2
7 changed files with 27263 additions and 27738 deletions

6
dist/main.d.ts generated vendored Normal file
View File

@ -0,0 +1,6 @@
/**
* The main function for the action.
*
* @returns Resolves when the action is complete.
*/
export declare function run(): Promise<void>;