diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bba0818..24ed3ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,5 +45,6 @@ jobs: with: ddev_version: "stable" token: ${{ secrets.GITHUB_TOKEN }} + debug_enabled: ${{ github.event.inputs.debug_enabled }} addon_repository: ${{ env.GITHUB_REPOSITORY }} addon_ref: ${{ env.GITHUB_REF }}