Fix bugs
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Santiago Lo Coco 2023-10-07 17:27:50 -03:00
parent 07fe6a9a4b
commit 1629896e80
1 changed files with 1 additions and 1 deletions

View File

@ -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