We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274b6b5 commit f908153Copy full SHA for f908153
action.yml
@@ -1,6 +1,9 @@
1
name: CPython Patch PR Action
2
-description: Track CPython patch releases and prepare update pull requests.
+description: Automate CPython patch updates across Dockerfiles, workflows, and config files.
3
author: Casper Kristiansson
4
+branding:
5
+ icon: package
6
+ color: blue
7
inputs:
8
track:
9
description: CPython minor series to track (for example 3.13).
@@ -44,6 +47,5 @@ outputs:
44
47
runs:
45
48
using: node20
46
49
main: dist/index.js
-branding:
50
icon: python
51
color: blue
0 commit comments