@ckeditor/ckeditor5-dev-ci 38.1.1 → 38.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,8 +123,8 @@ function getTriggeringCommitUrl() {
123
123
  let repoSlug, hash;
124
124
 
125
125
  if ( CKE5_TRIGGER_REPOSITORY_SLUG && CKE5_TRIGGER_COMMIT_HASH ) {
126
- repoSlug = CKE5_TRIGGER_REPOSITORY_SLUG;
127
- hash = CKE5_TRIGGER_COMMIT_HASH;
126
+ repoSlug = CKE5_TRIGGER_REPOSITORY_SLUG.trim();
127
+ hash = CKE5_TRIGGER_COMMIT_HASH.trim();
128
128
  } else {
129
129
  repoSlug = [ CIRCLE_PROJECT_USERNAME, CIRCLE_PROJECT_REPONAME ].join( '/' );
130
130
  hash = CIRCLE_SHA1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-ci",
3
- "version": "38.1.1",
3
+ "version": "38.1.2",
4
4
  "description": "Utils for CKEditor5 CI builds.",
5
5
  "keywords": [],
6
6
  "dependencies": {