From 9719bcd9eab460e3df5572e1881e4f5f744126f5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 20 Feb 2024 15:02:19 +0900 Subject: [PATCH] Added workflow to update Red Hat Container Catalog --- .github/workflows/rhel_registry_description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rhel_registry_description.yml b/.github/workflows/rhel_registry_description.yml index 8d1cb25f0..4476ffdda 100644 --- a/.github/workflows/rhel_registry_description.yml +++ b/.github/workflows/rhel_registry_description.yml @@ -94,7 +94,7 @@ jobs: strategy: fail-fast: false matrix: - component: ${{ fromJson(needs.init_build.outputs.components) }} + component: ${{ fromJson(needs.init.outputs.components) }} steps: - name: Block egress traffic uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0