Skip to content

Commit

Permalink
Merge pull request #1216 from zabbix/workflow_64
Browse files Browse the repository at this point in the history
Added workflow to update Red Hat Container Catalog
  • Loading branch information
dotneft authored Feb 19, 2024
2 parents b8f6c15 + 02a6d10 commit 74f9328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/rhel_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
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::")

0 comments on commit 74f9328

Please sign in to comment.