Update my-first-workflow.yaml

This commit is contained in:
2026-01-26 10:32:58 +08:00
committed by GitHub
parent 2d6581ecf0
commit a5be8a2d90

View File

@@ -1,8 +1,13 @@
when:
- event: push
branch: main
clone:
skip_clone: true
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 50
lfs: false
skip_clone: true
steps:
- name: build
image: debian