mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 14:59:14 +02:00
Update run.sh
This commit is contained in:
@@ -83,7 +83,8 @@ fi
|
|||||||
sed -i "1i\Update to latest version from $UPSTREAM" /data/${BASENAME}/${SLUG}/CHANGELOG.md
|
sed -i "1i\Update to latest version from $UPSTREAM" /data/${BASENAME}/${SLUG}/CHANGELOG.md
|
||||||
|
|
||||||
if [ $files != null ]; then
|
if [ $files != null ]; then
|
||||||
git commit -m "Bot update to $LASTVERSION" $files || true
|
git commit -m "Update to $LASTVERSION" $files || true
|
||||||
|
git commit -m "Update to $LASTVERSION" /data/${BASENAME}/${SLUG}/CHANGELOG.md || true
|
||||||
|
|
||||||
#Git commit and push
|
#Git commit and push
|
||||||
bashio::log.info "... $SLUG : push to master"
|
bashio::log.info "... $SLUG : push to master"
|
||||||
|
|||||||
Reference in New Issue
Block a user