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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user