diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
