Update .gitea/workflows/smoke.yml
Some checks failed
Deploy (stellaamor) / deploy (push) Has been cancelled

This commit is contained in:
2025-10-07 18:15:42 -04:00
parent c7e7013fce
commit 33f3552dd8

View File

@@ -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: |