Skip to content

Commit

Permalink
replace common storage prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Sep 13, 2023
1 parent 41fa914 commit 9bd3c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/store_latest_datasets_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9bd3c5b

Please sign in to comment.