Added embedded Python code as standalone files for debugging.

This commit is contained in:
Patrick Lehmann
2024-07-29 23:32:45 +02:00
parent 98f0fffaf6
commit c38ff2af3c
3 changed files with 281 additions and 1 deletions

View File

@@ -91,7 +91,6 @@ jobs:
from json import dumps as json_dumps
from os import getenv
from pathlib import Path
from pprint import pprint
from textwrap import dedent
name = "${{ inputs.name }}".strip()