Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 17 additions & 26 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^5.9.2"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/core": "^2.0.0",
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dist folder needs to be rebuilt after updating dependencies. The action.yml specifies main: dist/index.js as the entry point, which is a bundled version of action.js and its dependencies created by running npm run package (or npm run build). When dependencies like @actions/core are updated, the dist folder must be regenerated to include the new versions. Please run npm run package and commit the updated dist/ files.

Copilot uses AI. Check for mistakes.
"@dotenvx/dotenvx": "^1.48.4",
"dotenv": "^17.2.1"
},
Expand Down
Loading