From 7ee0d3f20c875e7405bb8442c5eb0228d1599a03 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 27 Jan 2026 12:16:07 +0800 Subject: Update GitHub Actions to use deploy/nightly branches --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows/deploy.yml') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 70671fa..9d7979f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,14 +20,14 @@ jobs: - name: Checkout CommandLine repository uses: actions/checkout@v4 with: - ref: github_action/deploy + ref: deploy/nightly path: CommandLine - name: Checkout VersionControl repository uses: actions/checkout@v4 with: repository: JustEnoughVCS/VersionControl - ref: github_action/deploy + ref: deploy/nightly path: VersionControl - name: Setup Rust @@ -101,14 +101,14 @@ jobs: - name: Checkout CommandLine repository uses: actions/checkout@v4 with: - ref: github_action/deploy + ref: deploy/nightly path: CommandLine - name: Checkout VersionControl repository uses: actions/checkout@v4 with: repository: JustEnoughVCS/VersionControl - ref: github_action/deploy + ref: deploy/nightly path: VersionControl - name: Setup Rust @@ -178,14 +178,14 @@ jobs: - name: Checkout CommandLine repository uses: actions/checkout@v4 with: - ref: github_action/deploy + ref: deploy/nightly path: CommandLine - name: Checkout VersionControl repository uses: actions/checkout@v4 with: repository: JustEnoughVCS/VersionControl - ref: github_action/deploy + ref: deploy/nightly path: VersionControl - name: Setup Rust with musl target -- cgit