From c7e7013fce97f73f1f26d0e2ec0ca8fd00912f7e Mon Sep 17 00:00:00 2001 From: eddie Date: Tue, 7 Oct 2025 18:14:22 -0400 Subject: [PATCH] Update .gitea/workflows/smoke.yml --- .gitea/workflows/smoke.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/smoke.yml b/.gitea/workflows/smoke.yml index 3fca759..3ab42d0 100644 --- a/.gitea/workflows/smoke.yml +++ b/.gitea/workflows/smoke.yml @@ -15,6 +15,12 @@ jobs: steps: - name: Checkout + 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 - name: Write SSH key