From 33f3552dd87dba2a115d22a4a0253c79e2d350d9 Mon Sep 17 00:00:00 2001 From: eddie Date: Tue, 7 Oct 2025 18:15:42 -0400 Subject: [PATCH] Update .gitea/workflows/smoke.yml --- .gitea/workflows/smoke.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/smoke.yml b/.gitea/workflows/smoke.yml index 3ab42d0..5f621f9 100644 --- a/.gitea/workflows/smoke.yml +++ b/.gitea/workflows/smoke.yml @@ -14,14 +14,12 @@ jobs: UPLOADS_DIR: uploads steps: - - name: Checkout + - name: Checkout (pure git) run: | git init - git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY - git fetch origin $GITHUB_REF - git checkout FETCH_HEAD - - uses: actions/checkout@v4 + git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" + git fetch --depth=1 origin "$GITHUB_SHA" + git checkout -q "$GITHUB_SHA" - name: Write SSH key run: |