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: push:
branches: [master] branches: [master]
defaults:
run:
shell: sh
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git . git clone https://git.spookydev.com/${{ gitea.repository }}.git .
git checkout ${{ gitea.sha }} git checkout ${{ gitea.sha }}
- name: Build and push - name: Build and push