Update .gitea/workflows/smoke.yml
Some checks failed
Deploy (stellaamor) / deploy (push) Has been cancelled
Some checks failed
Deploy (stellaamor) / deploy (push) Has been cancelled
This commit is contained in:
@@ -14,14 +14,12 @@ jobs:
|
|||||||
UPLOADS_DIR: uploads
|
UPLOADS_DIR: uploads
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout (pure git)
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
|
||||||
git fetch origin $GITHUB_REF
|
git fetch --depth=1 origin "$GITHUB_SHA"
|
||||||
git checkout FETCH_HEAD
|
git checkout -q "$GITHUB_SHA"
|
||||||
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Write SSH key
|
- name: Write SSH key
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user