From c9add84449df5452f56c8bc843653cec14eefbf4 Mon Sep 17 00:00:00 2001 From: Tzu-Ting Date: Fri, 15 Sep 2023 14:12:42 +0800 Subject: [PATCH] Doc: Replace repository name (#24) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0727339..1d62ff3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Split -[![Actions Status](https://github.com/jungwinter/split/workflows/ci/badge.svg)](https://github.com/jungwinter/split/actions) +[![Actions Status](https://github.com/winterjung/split/actions/workflows/ci.yml/badge.svg)](https://github.com/winterjung/split/actions/workflows/ci.yml) > ✂️ GitHub action to split string @@ -25,7 +25,7 @@ jobs: example: runs-on: ubuntu-latest steps: - - uses: jungwinter/split@v2 + - uses: winterjung/split@v2 id: split with: msg: '/release split v1.0.0'