From 4481b29c94ace01ca8cd5812c3ae6b95100e87e5 Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Mon, 23 Dec 2024 11:49:27 +0000 Subject: [PATCH] Printhelp --- .github/workflows/execute_print_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/execute_print_tests.yml b/.github/workflows/execute_print_tests.yml index 51c2f21e..e188d39f 100644 --- a/.github/workflows/execute_print_tests.yml +++ b/.github/workflows/execute_print_tests.yml @@ -6,9 +6,9 @@ on: workflow_dispatch: inputs: arguments: - description: 'Arguments to the pysys print' - required: false - default: '' + description: 'Arguments (--help for usage)' + required: true + default: '-a all' jobs: test-run: