diff --git a/.github/workflows/store_latest_datasets_cronjob.yml b/.github/workflows/store_latest_datasets_cronjob.yml index 7f60f25b..86038213 100644 --- a/.github/workflows/store_latest_datasets_cronjob.yml +++ b/.github/workflows/store_latest_datasets_cronjob.yml @@ -71,7 +71,7 @@ jobs: else: urls[base] = { DIRECT_DOWNLOAD: direct_download_url, - LATEST: latest_url.replace("URL_STORAGE_PREFIX", ""), + LATEST: latest_url.replace(URL_STORAGE_PREFIX, ""), AUTHENTICATION_TYPE: authentication_type, API_KEY_PARAMETER_NAME: api_key_parameter_name }