Compare commits
2 Commits
039896ae2b
...
ea4bdaa3b7
| Author | SHA1 | Date | |
|---|---|---|---|
| ea4bdaa3b7 | |||
| 0363743e10 |
@@ -1,9 +1,12 @@
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build-images:
|
||||
runs-on: host-arch-x86_64
|
||||
steps:
|
||||
- name: Debug print
|
||||
run: echo ${{ toJson(gitea.event) }}
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user