action
This commit is contained in:
parent
7dc9f06e47
commit
e6d631994e
1 changed files with 2 additions and 3 deletions
|
@ -15,8 +15,7 @@ PREFIX = "INPUT_"
|
|||
|
||||
def action() -> None:
|
||||
"""Display action inputs."""
|
||||
for variable, value in sorted(projects.environment.items()):
|
||||
if variable.startswith(PREFIX):
|
||||
for variable, value in parse_inputs().items():
|
||||
log.info("%s = %s", variable, value)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue