Skip to content

Commit f908153

Browse files
Revise action description and branding settings
Updated action description and branding details.
1 parent 274b6b5 commit f908153

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CPython Patch PR Action
2-
description: Track CPython patch releases and prepare update pull requests.
2+
description: Automate CPython patch updates across Dockerfiles, workflows, and config files.
33
author: Casper Kristiansson
4+
branding:
5+
icon: package
6+
color: blue
47
inputs:
58
track:
69
description: CPython minor series to track (for example 3.13).
@@ -44,6 +47,5 @@ outputs:
4447
runs:
4548
using: node20
4649
main: dist/index.js
47-
branding:
4850
icon: python
4951
color: blue

0 commit comments

Comments
 (0)