From 8a0094a72977561d0100ef121f18a1ce7f146eb7 Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Fri, 20 Feb 2026 20:49:29 -0500 Subject: [PATCH] ci) use cloud domain for internal actions --- .gitea/workflows/main-image.yml | 2 +- .gitea/workflows/pr-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main-image.yml b/.gitea/workflows/main-image.yml index 2f61a22..84db821 100644 --- a/.gitea/workflows/main-image.yml +++ b/.gitea/workflows/main-image.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: https://git.campbellwireless.net/actions/checkout@v1 + uses: https://cloud.campbellwireless.net/git/actions/checkout@v1 with: server-url: https://cloud.campbellwireless.net/git fetch-depth: 0 diff --git a/.gitea/workflows/pr-checks.yml b/.gitea/workflows/pr-checks.yml index 46fd59b..ac32fe7 100644 --- a/.gitea/workflows/pr-checks.yml +++ b/.gitea/workflows/pr-checks.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout - uses: https://git.campbellwireless.net/actions/checkout@v1 + uses: https://cloud.campbellwireless.net/git/actions/checkout@v1 with: server-url: https://cloud.campbellwireless.net/git fetch-depth: 0