new issue #1
@ -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 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user