Skip to content

Commit

Permalink
workflows: add debug input for sync templates act
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu committed Jan 6, 2025
1 parent ffa90d0 commit 08c36b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/misc-sync-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
stable_release_branch:
description: 'Stable release branch, e.g. stable2407'
required: true
debug:
description: Enable runner debug logging
required: false
default: false

jobs:
sync-templates:
Expand All @@ -32,6 +36,7 @@ jobs:
template: ["minimal", "solochain", "parachain"]
env:
template-path: "polkadot-sdk-${{ matrix.template }}-template"
ACTIONS_RUNNER_DEBUG: ${{ github.event.inputs.debug}}
steps:

# 1. Prerequisites.
Expand Down

0 comments on commit 08c36b2

Please sign in to comment.