1
All checks were successful
/ build-images (push) Successful in 8s
/ run-tests (push) Successful in 8s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 18:17:27 +02:00
parent ea4bdaa3b7
commit 00701b9293

View File

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