update
This commit is contained in:
@@ -25,6 +25,11 @@ jobs:
|
||||
runs-on: host
|
||||
needs: cleaning
|
||||
steps:
|
||||
- name: Clone repo
|
||||
run: |
|
||||
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||
git checkout ${{ gitea.ref_name }}
|
||||
|
||||
- name: Copy env
|
||||
run: |
|
||||
echo "${{ secrets.ENV_FILE }}" > .env
|
||||
|
||||
Reference in New Issue
Block a user