From 5db032065dd3edc740b773e46234cd995ed8bfb4 Mon Sep 17 00:00:00 2001 From: jthor Date: Sun, 21 Sep 2025 01:14:25 -0400 Subject: [PATCH] heh --- .woodpecker/regen-update-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/regen-update-pipeline.yml b/.woodpecker/regen-update-pipeline.yml index cf0da3f..0d23c3f 100644 --- a/.woodpecker/regen-update-pipeline.yml +++ b/.woodpecker/regen-update-pipeline.yml @@ -26,6 +26,6 @@ steps: - python generate_pipeline.py - git config user.name "$GIT_USER_NAME" - git config user.email "$GIT_USER_EMAIL" - - git add .woodpecker.yml + - git add woodpecker/backup-pipeline.yml - git diff --cached --quiet || git commit -m "Auto-regenerate pipeline [skip ci]" - git push https://oauth2:$GIT_AUTH_TOKEN@git.jthor.site/jthor/ci.git HEAD:main