new issue #1

Merged
hasslesstech merged 8 commits from dev into master 2026-03-18 18:24:24 +02:00
Showing only changes of commit a869d718ef - Show all commits

View File

@ -5,7 +5,7 @@ jobs:
runs-on: host-arch-x86_64
steps:
- name: Debug print
run: echo '${{ toJson(gitea.event) }}'
run: echo '${{ toJson(gitea) }}'
- name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}