Skip to content

Commit 43d2133

Browse files
committed
chore: update the org name in ci
1 parent 6133640 commit 43d2133

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build-comfyui-desktop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Get latest nunchaku release version
4444
id: get_nunchaku_version
4545
run: |
46-
$response = Invoke-RestMethod -Uri "https://api.github.com/repos/nunchaku-tech/nunchaku/releases/latest" -Headers @{ "Authorization" = "Bearer $env:GITHUB_TOKEN"; "User-Agent" = "GitHub Actions" }
46+
$response = Invoke-RestMethod -Uri "https://api.github.com/repos/nunchaku-ai/nunchaku/releases/latest" -Headers @{ "Authorization" = "Bearer $env:GITHUB_TOKEN"; "User-Agent" = "GitHub Actions" }
4747
$NUNCHAKU_VERSION = $response.tag_name -replace '^v', ''
4848
echo "nunchaku_version=$NUNCHAKU_VERSION" >> $env:GITHUB_OUTPUT
4949
echo "Latest nunchaku release: $NUNCHAKU_VERSION"

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pip install uv
3838
echo "Installing dependencies"
3939
cd ..
40-
git clone https://github.com/nunchaku-tech/nunchaku.git
40+
git clone https://github.com/nunchaku-ai/nunchaku.git
4141
cd nunchaku
4242
git log -1 --oneline
4343
git submodule init

.github/workflows/close-inactive-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read
99
jobs:
1010
close-inactive-issues:
11-
if: github.repository == 'nunchaku-tech/ComfyUI-nunchaku'
11+
if: github.repository == 'nunchaku-ai/ComfyUI-nunchaku'
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check and close inactive issues

.github/workflows/merge-main-into-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
merge-main-into-dev:
1010
runs-on: ubuntu-latest
11-
if: github.repository == 'nunchaku-tech/ComfyUI-nunchaku'
11+
if: github.repository == 'nunchaku-ai/ComfyUI-nunchaku'
1212
steps:
1313
- name: Checkout the repository
1414
uses: actions/checkout@v4

.github/workflows/pr-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
conda install -c conda-forge gxx=11 gcc=11 libsndfile -y
6262
cd ..
6363
rm -rf nunchaku
64-
git clone --recurse-submodules https://github.com/nunchaku-tech/nunchaku.git
64+
git clone --recurse-submodules https://github.com/nunchaku-ai/nunchaku.git
6565
cd nunchaku
6666
pip install uv
6767
uv pip install torch==2.8 torchvision==0.23 --index-url https://download.pytorch.org/whl/cu128

.github/workflows/reopen-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88
jobs:
99
reopen-issue:
10-
if: github.repository == 'nunchaku-tech/ComfyUI-nunchaku'
10+
if: github.repository == 'nunchaku-ai/ComfyUI-nunchaku'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check if comment is /reopen by issue creator and reopen

.github/workflows/update-version-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
jobs:
88
update-version-file:
9-
if: github.repository == 'nunchaku-tech/ComfyUI-nunchaku'
9+
if: github.repository == 'nunchaku-ai/ComfyUI-nunchaku'
1010
name: Build and Upload Versions File
1111
runs-on: ubuntu-latest
1212
steps:

0 commit comments

Comments
 (0)