From e68e2cc013e5076d5bd82ab9340fc7dd73d607b0 Mon Sep 17 00:00:00 2001 From: Sricharan Reddy Varra Date: Thu, 15 Feb 2024 14:29:57 -0700 Subject: [PATCH] try debug workflow dispatch v2 --- .github/workflows/ci.yml | 2 +- .github/workflows/test.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d21d27031..0a0fe6f5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: secrets: inherit uses: ./.github/workflows/test.yml with: - inputs: ${{ inputs.debug_enabled}} + debug_enabled: ${{ inputs.debug_enabled }} build: name: Build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73554c03b..74605d84d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,7 @@ on: inputs: debug_enabled: type: boolean - description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' - required: false - default: false + required: true permissions: contents: read # to fetch code (actions/checkout)