mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
Fix auto version update Hass.io (#23935)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user