Skip to content

Commit

Permalink
Doc: Replace repository name (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing authored Sep 15, 2023
1 parent d5c148c commit c9add84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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'
Expand Down

0 comments on commit c9add84

Please sign in to comment.