From 138983d2edea217a1889deac6a3b439e035b04b2 Mon Sep 17 00:00:00 2001 From: benjaminparisel Date: Wed, 12 Jun 2024 14:24:11 +0200 Subject: [PATCH] To revert before merge --- .github/workflows/pr-validate-references.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-validate-references.yml b/.github/workflows/pr-validate-references.yml index 57757c348a..8db680cee5 100644 --- a/.github/workflows/pr-validate-references.yml +++ b/.github/workflows/pr-validate-references.yml @@ -9,8 +9,10 @@ on: jobs: validate_xref: - uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-validate-references.yml@master + # Didn't merge, we need to restore @master for this action + uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-validate-references.yml@ci/checkout_repo_for_reusable secrets: inherit with: component-name: bonita fail-on-warning: true + doc-site-branch: ci/checkout_repo_for_reusable