diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4b37fb..e5e427c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,27 +10,17 @@ on: workflow_dispatch: inputs: debug_enabled: - description: 'Debug with tmate set "debug_enabled"' + type: boolean + description: Debug with tmate required: false - default: "false" + default: false # This is required for "gautamkrishnar/keepalive-workflow" permissions: contents: write -defaults: - run: - shell: bash - -env: - DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - jobs: tests: - defaults: - run: - shell: bash - strategy: matrix: ddev_version: [stable, HEAD]