Skip to content

Commit a00fef9

Browse files
committed
TEST: more needed inputs
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 459fc67 commit a00fef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-post.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ jobs:
2121
with:
2222
config: ${{ env.CONFIG }}
2323
pr-url: https://github.com/cygwingitgadget/cygwin/pull/1
24+
name: name
25+
title: title
26+
summary: summary
2427
- name: Do${{ matrix.fail == 'false' && ' not' || '' }} fail
2528
run: set -x && exit ${{ matrix.fail == 'false' && '0' || '1' }}

0 commit comments

Comments
 (0)