Update .gitea/workflows/verify.yaml
Verify configuration / verify-healthy (push) Has been cancelled

This commit is contained in:
2026-06-01 21:01:31 +02:00
parent 39ace0b012
commit af30217c78
+5 -1
View File
@@ -1,5 +1,8 @@
name: Verify configuration
env:
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }}
on:
push:
branches:
@@ -10,7 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone repo
run: git clone https://$GITEA_TOKEN@your-gitea.com/user/repo.git repo
- name: Start stack
run: docker compose up -d