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