mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-10 20:06:47 +02:00
Added workflow to update Red Hat Container Catalog
This commit is contained in:
parent
6fe3e4c6d8
commit
02a6d1035b
2
.github/scripts/rhel_description.py
vendored
2
.github/scripts/rhel_description.py
vendored
@ -43,6 +43,6 @@ result = requests.patch(os.environ["API_URL"] + os.environ["PROJECT_ID"],
|
||||
data = json.dumps(data))
|
||||
|
||||
print("::group::Result")
|
||||
print("Response code: " + result)
|
||||
print("Response code: " + str(result))
|
||||
print("Last update date: " + json.loads(result.content)['last_update_date'])
|
||||
print("::endgroup::")
|
||||
|
Loading…
x
Reference in New Issue
Block a user