fix: validation level was on wrong workflow

This commit is contained in:
raoulvdberge
2023-07-07 21:08:27 +02:00
parent 32f4f0bce3
commit 27b5085092
2 changed files with 4 additions and 4 deletions

View File

@@ -5,3 +5,5 @@ on:
jobs: jobs:
validate-changelog: validate-changelog:
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.7.1 uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.7.1
with:
validation-level: 'warn'

View File

@@ -3,5 +3,3 @@ on: [ pull_request ]
jobs: jobs:
validate-commit-messages: validate-commit-messages:
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1 uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1
with:
validation-level: 'warn'