Skip to content

Commit 08c36b2

Browse files
committed
workflows: add debug input for sync templates act
Signed-off-by: Iulian Barbu <[email protected]>
1 parent ffa90d0 commit 08c36b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/misc-sync-templates.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
stable_release_branch:
2222
description: 'Stable release branch, e.g. stable2407'
2323
required: true
24+
debug:
25+
description: Enable runner debug logging
26+
required: false
27+
default: false
2428

2529
jobs:
2630
sync-templates:
@@ -32,6 +36,7 @@ jobs:
3236
template: ["minimal", "solochain", "parachain"]
3337
env:
3438
template-path: "polkadot-sdk-${{ matrix.template }}-template"
39+
ACTIONS_RUNNER_DEBUG: ${{ github.event.inputs.debug}}
3540
steps:
3641

3742
# 1. Prerequisites.

0 commit comments

Comments
 (0)