prefix
Some checks failed
/ alpine (push) Successful in 45s
/ debian (push) Failing after 1m3s
/ ubuntu (push) Failing after 1m2s
/ arch (push) Successful in 1m39s
/ opensuse (push) Successful in 2m30s
/ fedora (push) Successful in 8m52s
/ alma (push) Failing after 1m37s
/ rocky (push) Has been cancelled

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: def action() -> None:
"""Display action inputs.""" """Display action inputs."""
prefix = "" prefix = "INPUT_"
for variable, value in sorted(projects.environment.items()): for variable, value in sorted(projects.environment.items()):
if variable.startswith(prefix): if variable.startswith(prefix):
log.info("%s = %s", variable, value) log.info("%s = %s", variable, value)