From: Bobosila Victor Date: Wed, 12 Jan 2022 12:55:29 +0000 (+0200) Subject: (maint) Make dispatch workflow parameter mandatory X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=618d391dfe6ae4a62a0e7b629d30bcc8d71a06e9;p=puppet-sshkeys_core.git (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 --- 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: