Skip to content

Fixes an issue where private repo names used for security releases were not valid

DJ Mountney requested to merge use-valid-private-repo-name into master

They were not valid because of the colon in the time. This commit changes the date format used to make use of the basic iso format instead of the extended format. It does not have hyphens or colons.

Also included is a change that makes use of the existing repo variable if it is set and still valid. Both for repo-creation, and package promotion.

Merge request reports