Add platform info utilities to @actions/core (#1551)

* Introduce platform utilities into @actions/core

* Add tests for the platform helper

* Update README.md

* Update README.md with more details
This commit is contained in:
Nikolai Laevskii
2023-11-14 20:15:26 +01:00
committed by GitHub
parent fe3e7ce9a7
commit 20f826bfe7
6 changed files with 174 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
},