Add comment force github workflow

This commit is contained in:
jeremy 2022-11-09 16:02:25 +01:00
parent 33add3ecd0
commit 968584a8fc

View File

@ -118,3 +118,6 @@ class Cache:
def save_config(self, config):
with open(self._config, "w") as f:
json.dump(config.get_data(), f)
# Comment to force github workflow