Update my-first-workflow.yaml

This commit is contained in:
2026-01-26 10:23:59 +08:00
committed by GitHub
parent 1275a2a401
commit 14fa9a9b35

View File

@@ -1,12 +1,13 @@
when:
- event: push
branch: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 50
lfs: false
clone:
- name: git
image: woodpeckerci/plugin-git
settings:
recursive: true
submodule_override:
my-module: git@github.com:72wo/blazing.git
steps:
- name: build
image: debian