Skip to content

Commit d0e72af

Browse files
committed
feat(action): optimise metadata for GitHub Marketplace compatibility
Shorten description to 100 characters to meet GitHub Marketplace requirements. Change icon from 'monitor' to 'search' to better represent the detection and discovery functionality of the action.
1 parent 6488a48 commit d0e72af

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: 'Detect OS and Runtime Versions'
2-
description: |
3-
Detect the actual OS name and version of the runner, plus installed runtime versions.
4-
Provides separate outputs for OS details (name, version, slug, architecture) and
5-
language runtimes (Node.js, Python, Rust) with semantic versioning components.
6-
Works across Linux distributions, macOS, and Windows runners.
2+
description: 'Detect OS and runtime versions with semantic versioning outputs for GitHub/Forgejo workflows'
73

84
branding:
9-
icon: 'monitor'
5+
icon: 'search'
106
color: 'blue'
117

128
outputs:

0 commit comments

Comments
 (0)