Actualizar .gitea/workflows/demo.yaml
CI / build (push) Successful in 4s

This commit is contained in:
2026-07-02 13:51:44 +02:00
parent 97a0bedc6e
commit 21b54c8fd7
+5 -1
View File
@@ -4,13 +4,17 @@ on:
push:
branches: [master]
defaults:
run:
shell: sh
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
git clone https://git.spookydev.com/${{ gitea.repository }}.git .
git checkout ${{ gitea.sha }}
- name: Build and push