Skip to content

Commit

Permalink
test hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Dec 30, 2024
1 parent 97108c7 commit 415369f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ class Utils {
// const githubJobId: string = Utils.encodeForUrl(process.env.GITHUB_JOB || '');
// const gitRepo: string = Utils.encodeForUrl(process.env.GITHUB_REPOSITORY || '');
// const runId: string = process.env.GITHUB_RUN_ID || '';
return `![]https://trial50isj0.jfrog.io/(ui/api/v1/u?s=1&m=1&job_id=$1&run_id=1}&git_repo=1)`;
return `![](https://trial50isj0.jfrog.io/ui/api/v1/u?s=1&m=1&job_id=1&run_id=1&git_repo=1)`;
}
static encodeForUrl(value) {
return encodeURIComponent(value);
Expand Down

0 comments on commit 415369f

Please sign in to comment.