@@ -61,7 +61,7 @@ describe('GitHub Actions Params', () => {
6161 branch : 'master' ,
6262 build : '2' ,
6363 buildURL :
64- 'https%3A%2F%2Fgithub .com%2FtestOrg%2FtestRepo%2Factions%2Fruns%2F2 ' ,
64+ 'https://github .com/testOrg/testRepo/actions/runs/2 ' ,
6565 commit : 'testingsha' ,
6666 job : 'testWorkflow' ,
6767 pr : 0 ,
@@ -95,7 +95,7 @@ describe('GitHub Actions Params', () => {
9595 branch : 'branch' ,
9696 build : '2' ,
9797 buildURL :
98- 'https%3A%2F%2Fgithub .com%2FtestOrg%2FtestRepo%2Factions%2Fruns%2F2 ' ,
98+ 'https://github .com/testOrg/testRepo/actions/runs/2 ' ,
9999 commit : 'testingsha' ,
100100 job : 'testWorkflow' ,
101101 pr : 1 ,
@@ -136,7 +136,7 @@ describe('GitHub Actions Params', () => {
136136 branch : 'branch' ,
137137 build : '2' ,
138138 buildURL :
139- 'https%3A%2F%2Fgithub .com%2FtestOrg%2FtestRepo%2Factions%2Fruns%2F2 ' ,
139+ 'https://github .com/testOrg/testRepo/actions/runs/2 ' ,
140140 commit : 'testingmergecommitsha2345678901234567890' ,
141141 job : 'testWorkflow' ,
142142 pr : 1 ,
@@ -177,7 +177,7 @@ describe('GitHub Actions Params', () => {
177177 branch : 'branch' ,
178178 build : '3' ,
179179 buildURL :
180- 'https%3A%2F%2Fgithub .com%2FtestOrg%2FtestRepo%2Factions%2Fruns%2F3 ' ,
180+ 'https://github .com/testOrg/testRepo/actions/runs/3 ' ,
181181 commit : 'testsha' ,
182182 job : '' ,
183183 pr : 2 ,
@@ -216,7 +216,7 @@ describe('GitHub Actions Params', () => {
216216 branch : 'branch' ,
217217 build : '2' ,
218218 buildURL :
219- 'https%3A%2F%2Fgithub .com%2FtestOrg%2FtestRepo%2Factions%2Fruns%2F2 ' ,
219+ 'https://github .com/testOrg/testRepo/actions/runs/2 ' ,
220220 commit : 'testingsha' ,
221221 job : 'testWorkflow' ,
222222 pr : 1 ,
0 commit comments