From eda819c0fdc1c3a4d3d3e707779a6910f8c4d232 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Tue, 17 Mar 2026 09:15:20 -0400 Subject: [PATCH] fix: single-line git clone in CI workflow (Gitea Actions line continuation) --- .gitea/workflows/build-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 57c0c0f..7f66e21 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -33,9 +33,7 @@ jobs: # Checkout # --------------------------------------------------------------- - name: Checkout code - run: | - git clone --depth 1 --branch ${{ github.ref_name }} \ - https://${{ secrets.GIT_TOKEN }}@git.command.vigilcyber.com/vstockwell/wraith.git . + run: git clone --depth 1 --branch ${{ github.ref_name }} https://${{ secrets.GIT_TOKEN }}@git.command.vigilcyber.com/vstockwell/wraith.git . # --------------------------------------------------------------- # Extract version from tag