]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(maint) Make dispatch workflow parameter mandatory
authorBobosila Victor <vbobosila1@gmail.com>
Wed, 12 Jan 2022 12:55:29 +0000 (14:55 +0200)
committerBobosila Victor <vbobosila1@gmail.com>
Wed, 12 Jan 2022 13:12:35 +0000 (15:12 +0200)
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

index a0b224880ac42ed112e9c212523bc7e695963dda..20ba37666657ec33b85ca6481419b003d20f8d2b 100644 (file)
@@ -6,6 +6,7 @@ on:
     inputs:
       pa_ref:
         description: 'Puppet Agent SHA to use in this run'
+        required: true
 
 jobs:
   set_output_data: