diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7f6e54a..b662cf6 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -4,6 +4,9 @@ jobs: build-images: runs-on: host-arch-x86_64 steps: + - name: Debug + run: echo '${{toJson(gitea)}}' + - name: Clone repository run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}