Add additional optional param to core.error

This commit is contained in:
Ryan Ghadimi
2025-03-27 17:03:39 +00:00
parent 930c890727
commit 1959adefa3
6 changed files with 267 additions and 15 deletions
+5 -1
View File
@@ -32,5 +32,9 @@
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0"
}
}
}