one more update to web push - [skip actions]

This commit is contained in:
Sebastien
2022-11-28 10:46:15 -05:00
parent 646a220fd0
commit fbd9516667

View File

@@ -889,7 +889,7 @@ def push_if_change(repo: Repository, token: str, source_path: str, manif_json):
if push_with_method(auth_methods, token, remote, [reference]):
print(f'::notice Web installer updated for {format_artifact_from_manifest(manif_json)}')
return
raise Exception('Unable to push web installer.')
else:
print(f'WARNING: No change found. Skipping update')