This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch fix_readme_imgs in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/fix_readme_imgs by this push:
new f1f72518d Fix actions badges
f1f72518d is described below
commit f1f72518debcb2fc38f922527f1174f71d5dd200
Author: Miguel Caballer <[email protected]>
AuthorDate: Mon Jan 26 13:49:33 2026 +0100
Fix actions badges
---
README.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index d899dbaa3..cfb0e3e7d 100644
--- a/README.rst
+++ b/README.rst
@@ -12,13 +12,13 @@ through a unified and easy to use API.
.. image:: https://img.shields.io/pypi/v/apache-libcloud.svg
:target: https://pypi.python.org/pypi/apache-libcloud/
-.. image::
https://github.com/apache/libcloud/actions/workflows/ci.yml/badge.svg?branch=trunk
+.. image::
https://github.com/apache/libcloud/actions/workflows/main.yml/badge.svg?branch=trunk
:target: https://github.com/apache/libcloud/actions?query=workflow%3ACI
.. image::
https://github.com/apache/libcloud/actions/workflows/integration-tests.yml/badge.svg?branch=trunk
:target:
https://github.com/apache/libcloud/actions/workflows/integration-tests.yml
-.. image::
https://github.com/apache/libcloud/actions/workflows/publish-pricing.yml/badge.svg?branch=trunk
+.. image::
https://github.com/apache/libcloud/actions/workflows/publish_pricing_to_s3.yml/badge.svg?branch=trunk
:target:
https://github.com/apache/libcloud/actions?query=workflow%3A%22Publish+pricing.json+to+S3+bucket%22
.. image:: https://img.shields.io/codecov/c/github/apache/libcloud/trunk.svg
