update bot script
This commit is contained in:
parent
646eaccf9c
commit
935a60adc7
|
@ -3,5 +3,6 @@ wget -q -O plenum.md "https://md.ccc-mannheim.de/9vP-toraQhOONftDOFuQtw/download
|
||||||
|
|
||||||
if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then
|
if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then
|
||||||
git commit -m "bot update" *.md
|
git commit -m "bot update" *.md
|
||||||
|
git push
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue