Skip to content

Commit

Permalink
Forward parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 12, 2024
1 parent 99455e3 commit d8e8b74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
warn_on: ${{ inputs.warn_on }}
local_debug: ${{ inputs.local_debug }}
use-flutter: ${{ inputs.use-flutter }}

checkout_submodules: ${{ inputs.checkout_submodules }}
changelog:
if: ${{ contains(inputs.checks, 'changelog') }}
uses: ./.github/workflows/health_base.yaml
Expand All @@ -111,6 +111,7 @@ jobs:
warn_on: ${{ inputs.warn_on }}
local_debug: ${{ inputs.local_debug }}
use-flutter: ${{ inputs.use-flutter }}
checkout_submodules: ${{ inputs.checkout_submodules }}

license:
if: ${{ contains(inputs.checks, 'license') }}
Expand All @@ -122,6 +123,7 @@ jobs:
warn_on: ${{ inputs.warn_on }}
local_debug: ${{ inputs.local_debug }}
use-flutter: ${{ inputs.use-flutter }}
checkout_submodules: ${{ inputs.checkout_submodules }}

coverage:
if: ${{ contains(inputs.checks, 'coverage') }}
Expand All @@ -135,6 +137,7 @@ jobs:
coverage_web: ${{ inputs.coverage_web }}
local_debug: ${{ inputs.local_debug }}
use-flutter: ${{ inputs.use-flutter }}
checkout_submodules: ${{ inputs.checkout_submodules }}

breaking:
if: ${{ contains(inputs.checks, 'breaking') }}
Expand All @@ -146,6 +149,7 @@ jobs:
warn_on: ${{ inputs.warn_on }}
local_debug: ${{ inputs.local_debug }}
use-flutter: ${{ inputs.use-flutter }}
checkout_submodules: ${{ inputs.checkout_submodules }}

do-not-submit:
if: ${{ contains(inputs.checks, 'do-not-submit') }}
Expand All @@ -157,6 +161,7 @@ jobs:
warn_on: ${{ inputs.warn_on }}
local_debug: ${{ inputs.local_debug }}
use-flutter: ${{ inputs.use-flutter }}
checkout_submodules: ${{ inputs.checkout_submodules }}

comment:
needs: [version, changelog, license, coverage, breaking, do-not-submit]
Expand Down

0 comments on commit d8e8b74

Please sign in to comment.