Fix typo in reference to another CI step

This commit is contained in:
Alexander Todorov 2023-07-10 15:30:48 +03:00 committed by Ondřej Budai
parent 9593eec847
commit b8eea609f9

View file

@ -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" \