From 8ac8fb7f54ba6e16598faf42650190d2735b792a Mon Sep 17 00:00:00 2001 From: peppi-lotta Date: Fri, 16 May 2025 12:27:29 +0300 Subject: [PATCH] Give upstream as a argument to workflow call Signed-off-by: peppi-lotta --- .github/workflows/pr-link-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-link-check.yml b/.github/workflows/pr-link-check.yml index 73c3e419..3b447826 100644 --- a/.github/workflows/pr-link-check.yml +++ b/.github/workflows/pr-link-check.yml @@ -10,3 +10,5 @@ permissions: jobs: check-pr-links: uses: metal3-io/project-infra/.github/workflows/pr-link-check.yml@main + with: + upstream: https://github.com/metal3-io/metal3-docs.git