diff --git a/.woodpecker.yml b/.woodpecker.yml index c83f73c..7f27898 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,4 +14,4 @@ steps: - if [ -z "$(git status --porcelain)" ]; then exit 0; fi - git add README.md - git commit -m "Update sha256sum" - - git push + - git push --set-upstream origin master