From 618d391dfe6ae4a62a0e7b629d30bcc8d71a06e9 Mon Sep 17 00:00:00 2001 From: Bobosila Victor Date: Wed, 12 Jan 2022 14:55:29 +0200 Subject: (maint) Make dispatch workflow parameter mandatory This make the `pa_ref` parameter mandatory in the `dispatch_unit_tests_with_nightly_puppet_gem` workflow to avoid invalid runs --- .github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml index a0b2248..20ba376 100644 --- a/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml +++ b/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml @@ -6,6 +6,7 @@ on: inputs: pa_ref: description: 'Puppet Agent SHA to use in this run' + required: true jobs: set_output_data: -- cgit v1.2.3