Fix auto version update Hass.io (#23935)

This commit is contained in:
Pascal Vizeli 2019-05-17 09:39:36 +02:00 committed by GitHub
parent 727f667cbc
commit 5d983d0b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ jobs:
git config --global user.email "pvizeli@syshack.ch"
git config --global credential.helper store
echo "https://$(githubToken):x-oauth-basic@github.com" > $HOME\.git-credentials
echo "https://$(githubToken):x-oauth-basic@github.com" > $HOME/.git-credentials
displayName: 'Install requirements'
- script: |
set -e