Skip to content

Commit bdd887d

Browse files
authored
Update index.js
1 parent a7a1965 commit bdd887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function sleep(time) {
3030
core.group('Execute Test', async () => {
3131
// 1. Trigger Test
3232
const envString = ENVIRONMENT ? `&enviroment=${ENVIRONMENT}` : '';
33-
const testTrigger = (await axios.get(`${API_URL}/test/${TEST_ID}/execute?location=${LOCATION}${envString}`)).data;
33+
const testTrigger = (await axios.get(`${API_URL}/test/${TEST_ID}/execute?source=gh_action&location=${LOCATION}${envString}`)).data;
3434
const reportUrl = testTrigger.reportUrl;
3535
console.log(testTrigger.message);
3636
core.setOutput("reportUrl", reportUrl);

0 commit comments

Comments
 (0)