Skip to content

Commit

Permalink
try debug workflow dispatch v2
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Feb 15, 2024
1 parent c5dbe23 commit e68e2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e68e2cc

Please sign in to comment.