We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2819cc6 commit d7cf9f1Copy full SHA for d7cf9f1
js/index.js
@@ -7,7 +7,7 @@ function HelloWorld(id) {
7
greeting = document.createElement('h3');
8
greeting.setAttribute('id', 'hello');
9
greeting.style.visibility = "hidden";
10
- greeting.innerHTML = "Hello Krishna - we are seeing CI CD Pipeline!";
+ greeting.innerHTML = "Hello - CI CD Pipeline! from GitHub using online Editor";
11
12
element.appendChild(greeting);
13
0 commit comments