Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lecepin/github-actions-system-info
Github actions system info.获取工作流机器的系统硬件信息。
https://github.com/lecepin/github-actions-system-info
Last synced: 4 days ago
JSON representation
Github actions system info.获取工作流机器的系统硬件信息。
- Host: GitHub
- URL: https://github.com/lecepin/github-actions-system-info
- Owner: lecepin
- Created: 2020-12-31T16:07:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T02:51:42.000Z (5 months ago)
- Last Synced: 2024-06-15T03:36:00.449Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-actions-system-info
Github actions system info.
获取 Github Actions 执行机器的系统信息。## 结果
对三个系统进行了执行,结果如下所示:
```
┌─────────┬────────────┬───────────────────────────────────────────┐
│ (index) │ name │ info │
├─────────┼────────────┼───────────────────────────────────────────┤
│ 0 │ '系统信息' │ 'Ubuntu 5.4.0-1032-azure x64' │
│ 1 │ '处理器' │ 'Intel® Xeon® Platinum 8171M 2.60GHz 2核' │
│ 2 │ '内存' │ '6GB' │
│ 3 │ '硬盘' │ '14GB' │
└─────────┴────────────┴───────────────────────────────────────────┘┌─────────┬────────────┬───────────────────────────────────────────────────────────┐
│ (index) │ name │ info │
├─────────┼────────────┼───────────────────────────────────────────────────────────┤
│ 0 │ '系统信息' │ 'Microsoft Windows Server 2019 Datacenter 10.0.17763 x64' │
│ 1 │ '处理器' │ 'Intel® Xeon® Platinum 8171M 2.60GHz 2核' │
│ 2 │ '内存' │ '6GB' │
│ 3 │ '硬盘' │ '13GB' │
└─────────┴────────────┴───────────────────────────────────────────────────────────┘┌─────────┬────────────┬───────────────────────────────────────┐
│ (index) │ name │ info │
├─────────┼────────────┼───────────────────────────────────────┤
│ 0 │ '系统信息' │ 'Mac OS X 19.6.0 x64' │
│ 1 │ '处理器' │ 'Intel® Xeon® E5-1650 v2 3.50GHz 3核' │
│ 2 │ '内存' │ '14GB' │
│ 3 │ '硬盘' │ '380GB' │
└─────────┴────────────┴───────────────────────────────────────┘
```