Skip to content

Commit 521c51b

Browse files
committed
Default debug workflow to the current craft template
The cbab85e default meant validation runs of the ifunc fix silently rebuilt with the old template (an empty -f craft-ref= falls back to the input default), reproducing the crash the fix removes.
1 parent fa55696 commit 521c51b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/debug-zig-crash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
description: 'Buildroot cache week (YYYY-WW)'
1111
default: '2026-27'
1212
craft-ref:
13-
description: 'Commit whose craft.yml.twig to build with (empty = current)'
14-
default: 'cbab85e7b488cee383bb69412701998d80486a48'
13+
description: 'Commit whose craft.yml.twig to build with (empty = current checkout; use cbab85e7b488cee383bb69412701998d80486a48 for the known-crashing template)'
14+
default: ''
1515
iterations:
1616
description: 'Link attempts after a failure'
1717
default: '2'

0 commit comments

Comments
 (0)