Enhanced PR template.

This commit is contained in:
Patrick Lehmann
2024-08-02 07:41:20 +02:00
parent 2862238ee5
commit 5e0aa52e5d
4 changed files with 64 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ jobs:
from os import getenv
from pathlib import Path
from textwrap import dedent
from typing import Iterable
name = "${{ inputs.name }}".strip()
python_version = "${{ inputs.python_version }}".strip()