This commit is contained in:
Andrea Ciceri 2024-12-17 11:37:59 +01:00
parent 0a403bb9e2
commit 0057fb3378
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -26,7 +26,7 @@ for result in data['results']:
context=type,
description=attr,
target_url="https://git.aciceri.dev", # FIXME
state="success" if success else "failure" # ma be pending,success,failure,error_message
state="success" if success else "failure" # may be pending,success,failure,error_message
)
)