prefix
This commit is contained in:
parent
aeeb047b36
commit
6046ebe441
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue