From 90bdbda28a671c90f090d42947083a97b16233f3 Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Fri, 7 Aug 2026 14:47:08 +0100 Subject: [PATCH] Vendoring workflow fix --- .github/workflows/Vendor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Vendor.yml b/.github/workflows/Vendor.yml index 75162b374..4303a9171 100644 --- a/.github/workflows/Vendor.yml +++ b/.github/workflows/Vendor.yml @@ -87,7 +87,7 @@ jobs: echo "vendor_rev=${REV}" >> "${GITHUB_OUTPUT}" - name: Check for incoming changes - if: ${{ steps.patches.outcome == 'success' }} + if: ${{ steps.vendor.outcome == 'success' }} id: check_for_changes run: | if git diff --exit-code; then