Skip to content

Commit d949bcf

Browse files
committed
docs: update workflow badges in README.md
- Update Build and Package badge to reference build-and-package.yml workflow - Update Unit Tests badge to reference test.yml workflow - Remove unused Test Action badge Signed-off-by: diverger <[email protected]>
1 parent dc6b5a5 commit d949bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
[![GitHub](https://img.shields.io/github/license/diverger/gh-oss-helper)](https://github.com/diverger/gh-oss-helper/blob/main/LICENSE)
55
[![GitHub release](https://img.shields.io/github/release/diverger/gh-oss-helper)](https://github.com/diverger/gh-oss-helper/releases)
6-
[![Tests](https://github.com/diverger/gh-oss-helper/workflows/Build%20and%20Package/badge.svg)](https://github.com/diverger/gh-oss-helper/actions)
7-
[![Test Action](https://github.com/diverger/gh-oss-helper/workflows/Test%20Action/badge.svg)](https://github.com/diverger/gh-oss-helper/actions)
6+
[![Build and Package](https://github.com/diverger/gh-oss-helper/actions/workflows/build-and-package.yml/badge.svg)](https://github.com/diverger/gh-oss-helper/actions)
7+
[![Unit Tests](https://github.com/diverger/gh-oss-helper/actions/workflows/test.yml/badge.svg)](https://github.com/diverger/gh-oss-helper/actions)
88

99
A modern TypeScript GitHub Action for uploading assets to Alibaba Cloud OSS (Object Storage Service) with advanced retry logic, comprehensive error handling, and extensive customization options.
1010

0 commit comments

Comments
 (0)