From 03025f36f01e03465eb52f064c66a6b4ecc4a616 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Wed, 29 Nov 2023 21:54:49 +0100 Subject: [PATCH] fix CI badge in README --- README.md | 2 +- changelog.d/+fix_ci_badge.infrastructure.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/+fix_ci_badge.infrastructure.md diff --git a/README.md b/README.md index 18888fa0f..2672c9fd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # B2 Command Line Tool - [![Continuous Integration](https://github.com/Backblaze/B2_Command_Line_Tool/workflows/Continuous%20Integration/badge.svg)](https://github.com/Backblaze/B2_Command_Line_Tool/actions?query=workflow%3A%22Continuous+Integration%22) [![License](https://img.shields.io/pypi/l/b2.svg?label=License)](https://pypi.python.org/pypi/b2) [![python versions](https://img.shields.io/pypi/pyversions/b2.svg?label=python%20versions)](https://pypi.python.org/pypi/b2) [![PyPI version](https://img.shields.io/pypi/v/b2.svg?label=PyPI%20version)](https://pypi.python.org/pypi/b2) [![Docs](https://readthedocs.org/projects/b2-command-line-tool/badge/?version=master)](https://b2-command-line-tool.readthedocs.io/en/master/?badge=master) +[![Continuous Integration](https://github.com/Backblaze/B2_Command_Line_Tool/actions/workflows/ci.yml/badge.svg)](https://github.com/Backblaze/B2_Command_Line_Tool/actions/workflows/ci.yml) [![License](https://img.shields.io/pypi/l/b2.svg?label=License)](https://pypi.python.org/pypi/b2) [![python versions](https://img.shields.io/pypi/pyversions/b2.svg?label=python%20versions)](https://pypi.python.org/pypi/b2) [![PyPI version](https://img.shields.io/pypi/v/b2.svg?label=PyPI%20version)](https://pypi.python.org/pypi/b2) [![Docs](https://readthedocs.org/projects/b2-command-line-tool/badge/?version=master)](https://b2-command-line-tool.readthedocs.io/en/master/?badge=master) The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage. diff --git a/changelog.d/+fix_ci_badge.infrastructure.md b/changelog.d/+fix_ci_badge.infrastructure.md new file mode 100644 index 000000000..766c5fdb8 --- /dev/null +++ b/changelog.d/+fix_ci_badge.infrastructure.md @@ -0,0 +1 @@ +Fix CI badge not showing correct status in README. \ No newline at end of file