Update .gitlab-ci.yml file

This commit is contained in:
kris
2025-11-11 04:08:07 +00:00
parent 132ce52f23
commit ea5ab83795
+2 -2
View File
@@ -71,7 +71,7 @@ stages:
--arg commit "$CI_COMMIT_SHA" \ --arg commit "$CI_COMMIT_SHA" \
--arg run_url "$RUN_URL" \ --arg run_url "$RUN_URL" \
'{ '{
username: "CI Bot - LTI WEB", username: "CI Bot - LTI API",
embeds: [{ embeds: [{
title: $title, title: $title,
description: $desc, description: $desc,
@@ -80,7 +80,7 @@ stages:
{name: "Repository", value: $repo, inline: true}, {name: "Repository", value: $repo, inline: true},
{name: "Actor", value: $actor, inline: true}, {name: "Actor", value: $actor, inline: true},
{name: "Commit", value: $commit, inline: false}, {name: "Commit", value: $commit, inline: false},
{name: "Pipeline", value: "[Open run](" + $run_url + ")", inline: false} {name: "Pipeline", value: ("[Open run](" + $run_url + ")"), inline: false}
] ]
}] }]
}' > payload.json }' > payload.json