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

This commit is contained in:
2025-10-07 18:14:22 -04:00
parent 361e0cfb37
commit c7e7013fce

View File

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