Skip to content

Commit fde8a2c

Browse files
committed
chore: rename repo references from zi-src to src
Update all internal references to reflect the repository rename: - .trunk/trunk.yaml repo name - workflow repository guards (checksum, rclone-action, deploy-gh-pages) - win-install safe.directory path - docs/README.md VSCode and jsDelivr URLs
1 parent 7f053dc commit fde8a2c

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/checksum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
checksum:
22-
if: github.repository == 'z-shell/zi-src'
22+
if: github.repository == 'z-shell/src'
2323
runs-on: ubuntu-latest
2424
timeout-minutes: 10
2525
steps:

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
deploy:
18-
if: github.repository == 'z-shell/zi-src'
18+
if: github.repository == 'z-shell/src'
1919
environment:
2020
name: github-pages
2121
runs-on: ubuntu-latest

.github/workflows/rclone-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
sync:
20-
if: github.repository == 'z-shell/zi-src'
20+
if: github.repository == 'z-shell/src'
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 15
2323
env:

.github/workflows/win-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: 🪟 Set CRLF (Windows)
4141
run: |
4242
git config --global core.autocrlf input
43-
git config --global --add safe.directory /cygdrive/d/a/zi-src/zi-src
43+
git config --global --add safe.directory /cygdrive/d/a/src/src
4444
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
- name: 🪟 Dependencies (Windows)
4646
uses: egor-tensin/setup-cygwin@d2c752bab416d4b0662591bd366fc2686297c82d # v4.0.1

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo:
1010
repo:
1111
host: github.com
1212
owner: z-shell
13-
name: zi-src
13+
name: src
1414
lint:
1515
definitions:
1616
- name: shfmt

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<a target="_self" href="https://github.com/z-shell/zi-vim-syntax/">
2222
<img align="center" src="https://img.shields.io/badge/--019733?logo=vim" alt="VIM" />
2323
</a>
24-
<a target="_self" href="https://open.vscode.dev/z-shell/zi-src/">
24+
<a target="_self" href="https://open.vscode.dev/z-shell/src/">
2525
<img align="center" src="https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff" alt="Visual Studio Code" />
2626
</a></p><hr />
2727

@@ -38,7 +38,7 @@
3838
- IPFS:
3939
- https://ipfs.zshell.dev
4040
- jsDeliver:
41-
- https://cdn.jsdelivr.net/gh/z-shell/zi-src@main/
41+
- https://cdn.jsdelivr.net/gh/z-shell/src@main/
4242

4343
### Maintainer — Verify and Sync Loader
4444

0 commit comments

Comments
 (0)