File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 token : ${{ secrets.GIT_TOKEN }}
191191
192192 - name : Update version file
193- if : needs.init.outputs.publish == 'true '
193+ if : needs.init.outputs.publish == 'none '
194194 uses : home-assistant/actions/helpers/version-push@master
195195 with :
196196 key : ${{ env.BUILD_NAME }}
Original file line number Diff line number Diff line change 44on :
55 push :
66 branches :
7- - main
7+ - master
88 pull_request : ~
99
1010env :
Original file line number Diff line number Diff line change 1515 URL_COMMUNITY_ADDONS ,
1616 URL_ESPHOME ,
1717 URL_MUSIC_ASSISTANT ,
18+ "https://gitee.com/hacs-china/addons" ,
1819}
1920
2021# pylint: disable=no-value-for-parameter
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ async def fetch_data(self):
248248
249249 # Parse data
250250 try :
251- data = data .decode ().replace ('ghcr.io/' , 'ghcr.nju.edu.cn/' ) # china
251+ data = data .decode ().replace ('ghcr.io/' , 'ghcr.nju.edu.cn/' ) # china
252252 data = json .loads (data )
253253 except json .JSONDecodeError as err :
254254 raise UpdaterError (
You can’t perform that action at this time.
0 commit comments