mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-23 05:48:46 +01:00
Merge pull request #1216 from zabbix/workflow_64
Added workflow to update Red Hat Container Catalog
This commit is contained in:
commit
74f93289a8
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…
Reference in New Issue
Block a user