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