−log
Some checks failed
/ alpine (push) Successful in 44s
/ debian (push) Successful in 1m15s
/ ubuntu (push) Successful in 1m25s
/ arch (push) Successful in 1m34s
/ alma (push) Blocked by required conditions
/ rocky (push) Blocked by required conditions
/ opensuse (push) Has been cancelled
/ fedora (push) Has been cancelled
Some checks failed
/ alpine (push) Successful in 44s
/ debian (push) Successful in 1m15s
/ ubuntu (push) Successful in 1m25s
/ arch (push) Successful in 1m34s
/ alma (push) Blocked by required conditions
/ rocky (push) Blocked by required conditions
/ opensuse (push) Has been cancelled
/ fedora (push) Has been cancelled
This commit is contained in:
parent
ef00f4aa97
commit
5112abf37e
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ def parse_inputs() -> dict[str, object]:
|
|||
inputs = {}
|
||||
for variable, value in sorted(projects.environment.items()):
|
||||
if variable.startswith(PREFIX):
|
||||
log.info(variable)
|
||||
name = variable.removeprefix(PREFIX).lower()
|
||||
inputs[name] = literal_eval(value)
|
||||
return inputs
|
||||
|
|
Loading…
Reference in a new issue