This commit is contained in:
Marc Beninca 2024-10-20 20:11:09 +02:00
parent aeeb047b36
commit 6046ebe441
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -12,7 +12,7 @@ from spcd.shell import env
def action() -> None:
"""Display action inputs."""
prefix = ""
prefix = "INPUT_"
for variable, value in sorted(projects.environment.items()):
if variable.startswith(prefix):
log.info("%s = %s", variable, value)