Skip to content

Commit

Permalink
build: add back @actions/github
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 14, 2024
1 parent f20387c commit 0cfbed8
Show file tree
Hide file tree
Showing 289 changed files with 394,967 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29120,7 +29120,9 @@ var __webpack_exports__ = {};
console.log("Running size-limit...");
(0, external_child_process_namespaceObject.execSync)(
"./node_modules/.bin/size-limit --json > size-report.json",
{ stdio: "inherit" },
{
stdio: "inherit",
},
);
console.log("Size limit executed successfully");

Expand Down
188 changes: 188 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/@actions/github/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 98 additions & 0 deletions node_modules/@actions/github/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions node_modules/@actions/github/lib/context.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0cfbed8

Please sign in to comment.