aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobosila Victor <vbobosila1@gmail.com>2022-01-12 14:55:29 +0200
committerBobosila Victor <vbobosila1@gmail.com>2022-01-12 15:12:35 +0200
commit618d391dfe6ae4a62a0e7b629d30bcc8d71a06e9 (patch)
tree46e5b31bbb7b6612069b3997117dea26fbe9be12
parent49d0c59fd7ba8a6d6ae081d78a0c08dbf76f8584 (diff)
downloadpuppet-sshkeys_core-618d391dfe6ae4a62a0e7b629d30bcc8d71a06e9.tar.gz
puppet-sshkeys_core-618d391dfe6ae4a62a0e7b629d30bcc8d71a06e9.tar.bz2
(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
-rw-r--r--.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml1
1 files changed, 1 insertions, 0 deletions
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: