Skip to content

Commit 152d530

Browse files
committed
fix: remove extra dependency
1 parent b659ad8 commit 152d530

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

action/package-lock.json

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@actions/core": "^1.2.6",
20-
"@actions/github": "^4.0.0",
21-
"yaml": "^1.10.0"
20+
"@actions/github": "^4.0.0"
2221
}
2322
}

0 commit comments

Comments
 (0)