Fix: Update var name in gerrit-ci-management-verify 55/134855/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 13 Jun 2023 22:22:11 +0000 (15:22 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 13 Jun 2023 22:32:11 +0000 (15:32 -0700)
Update the right name of the inputs for the reusable workflow

Issue-ID: CIMAN-434
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ic20bf30506bcede38e681f7a5ea8f5e6beda22b7

.github/workflows/gerrit-ci-management-verify.yaml

index f67a198..7213c1f 100644 (file)
@@ -47,17 +47,14 @@ jobs:
     # yamllint disable-line rule:line-length
     uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@4763193f992b39532dd373a268ed6d6fe11f8b72
     with:
-      gerrit-branch: ${{ inputs.GERRIT_BRANCH }}
-      gerrit-change-id: ${{ inputs.GERRIT_CHANGE_ID }}
-      gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }}
-      gerrit-change-url: ${{ inputs.GERRIT_CHANGE_URL }}
-      gerrit-event-type: ${{ inputs.GERRIT_EVENT_TYPE }}
-      gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
-      gerrit-patchset-revision: ${{ inputs.GERRIT_PATCHSET_REVISION }}
-      gerrit-project: ${{ inputs.GERRIT_PROJECT }}
-      gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
-      host: ${{ vars.GERRIT_SERVER }}
-      username: ${{ vars.GERRIT_SSH_USER }}
-      known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }}
+      GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
+      GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}
+      GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }}
+      GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }}
+      GERRIT_EVENT_TYPE: ${{ inputs.GERRIT_EVENT_TYPE }}
+      GERRIT_PATCHSET_NUMBER: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
+      GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }}
+      GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }}
+      GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }}
     secrets:
-      key: ${{ secrets.GERRIT_SSH_PRIVKEY }}
+      GERRIT_SSH_PRIVKEY: ${{ secrets.GERRIT_SSH_PRIVKEY }}