Skip to content

Commit 883709d

Browse files
workflow: missing input param
Add missing input param.
1 parent eab60da commit 883709d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/target-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ on:
2222
type: string
2323
required: true
2424
default: '[\"thingy91x\"]'
25+
push_memory_badges:
26+
type: boolean
27+
required: false
28+
default: false
29+
2530

2631
workflow_dispatch:
2732
inputs:

0 commit comments

Comments
 (0)