Fix: Typo in workflow name 05/110005/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 25 Jan 2024 23:18:34 +0000 (15:18 -0800)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 25 Jan 2024 23:20:30 +0000 (15:20 -0800)
".github/workflows/gerrit-ci-management-novote-verify.yaml"
-> "lfit/releng-reusable-workflows/.github/workflows/composed-packer-verify.yaml@main"
: failed to fetch workflow: workflow was not found.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I4fc672392484e4c48d9f7956a336b84c93849538

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

index 1419a55407b212d92f3bfa9824bc5868b89b6847..7ac1d860cbc7e6d596a541a3800e7ee5f1c0eb11 100644 (file)
@@ -71,7 +71,7 @@ jobs:
 
   call-gerrit-packer-verify:
     # yamllint disable-line rule:line-length
-    uses: lfit/releng-reusable-workflows/.github/workflows/composed-packer-verify.yaml@main
+    uses: lfit/releng-reusable-workflows/.github/workflows/compose-packer-verify.yaml@main
     with:
       GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
       GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}