From 19c51ce73ba13afb6a3054abb9c2300148f445a7 Mon Sep 17 00:00:00 2001 From: jthor Date: Sun, 21 Sep 2025 10:33:29 -0400 Subject: [PATCH] oops --- .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 0d23c3f..e69faa1 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/backup-pipeline.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