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