Skip to content

Retrieves hardware specifications of the Windows runtime environment in GitHub Actions.

Notifications You must be signed in to change notification settings

vpday/actions-hardware-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

actions-hardware-report

English / 简体中文

Retrieves hardware specifications of the Windows runtime environment in GitHub Actions.

The workflow runs on windows-2022 and windows-2025 images and executes the following tools:

  1. Systeminfo: Windows built-in system configuration tool.
  2. Coreinfo: Tool provided by Sysinternals.
  3. CPU-Z: Hardware information reporting tool provided by CPUID.

Usage

Trigger the workflow manually via workflow_dispatch.

Inputs

Parameter Description Required Default
cpuz_version The CPU-Z version to download (e.g., 2.12, 2.17). Yes 2.17

Note: The workflow will fail if the specified version does not exist on the CPUID server.

Outputs (Artifacts)

Upon successful execution, the workflow uploads an artifact named hardware-reports-<os-version> containing:

  • coreinfo.txt: Output from Coreinfo.
  • cpuz_report.txt: Report generated by CPU-Z.

About

Retrieves hardware specifications of the Windows runtime environment in GitHub Actions.

Resources

Stars

Watchers

Forks