From b8eea609f92e1431d85b429f307df6d4b98c7eb4 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 10 Jul 2023 15:30:48 +0300 Subject: [PATCH] Fix typo in reference to another CI step --- .github/workflows/trigger-gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-gitlab.yml b/.github/workflows/trigger-gitlab.yml index a2ce3214b..f5fa620b7 100644 --- a/.github/workflows/trigger-gitlab.yml +++ b/.github/workflows/trigger-gitlab.yml @@ -100,7 +100,7 @@ jobs: # Simulate a nightly CI pipeline against this PR curl --request POST --fail --form "token=$GITLAB_TOKEN" \ - --form ref=${{ steps.pr_date.outputs.pr_branch }} \ + --form ref=${{ steps.pr_data.outputs.pr_branch }} \ --form "variables[CI_PIPELINE_SOURCE]=schedule" \ --form "variables[NIGHTLY]=true" \ --form "variables[RHEL_MAJOR]=9" \