Skip to content

Commit

Permalink
workflows/mpv: generate commit url for gitlab.freedesktop.org in job …
Browse files Browse the repository at this point in the history
…summary
  • Loading branch information
zhongfly committed Jun 22, 2024
1 parent b7f5a4f commit fc421e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mpv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ jobs:
case /github\.com/.test(remote):
url = getGithubUrl(hash,remote);
break;
case /(gitlab\.com|code\.videolan\.org|gitlab\.gnome\.org)/.test(remote):
case /(gitlab\.com|code\.videolan\.org|gitlab\.(gnome|freedesktop)\.org)/.test(remote):
url = getGitlabUrl(hash,remote);
break;
case /bitbucket\.org/.test(remote):
Expand Down

0 comments on commit fc421e9

Please sign in to comment.