Fix typo in reference to another CI step
This commit is contained in:
parent
9593eec847
commit
b8eea609f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trigger-gitlab.yml
vendored
2
.github/workflows/trigger-gitlab.yml
vendored
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue