We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ab995 commit 52de3ccCopy full SHA for 52de3cc
.github/workflows/start-gitlab.yml
@@ -50,5 +50,6 @@ jobs:
50
--form "variables[GITHUB_PR_SHA]=${GITHUB_PR_SHA}" \
51
--form "variables[GITHUB_PR_REF]=${GITHUB_PR_REF}" \
52
--form "variables[GITHUB_REPO]=${GITHUB_REPO}" \
53
+ --form "variables[GITHUB_REPO_URL]=${GITHUB_REPO_URL}" \
54
"${GL_TRIGGER_URL}" > /dev/null
55
echo "GitLab pipeline triggered."
0 commit comments