Skip to content

Commit

Permalink
fix validate references
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel committed Jun 12, 2024
1 parent fa67cef commit 8de2c52
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pr-validate-references.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Vaidate xref
name: Validate xref

on:
pull_request:
Expand All @@ -9,10 +9,8 @@ on:

jobs:
validate_xref:
runs-on: ubuntu-22.04
steps:
- name: Validate xref
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-validate-references.yml/@master
with:
component-name: bonita
fail-on-warning: true
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-validate-references.yml/@master
secrets: inherit
with:
component-name: bonita
fail-on-warning: true

0 comments on commit 8de2c52

Please sign in to comment.