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
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:
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…
Reference in a new issue