Skip to content

Commit 618d391

Browse files
(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
1 parent 49d0c59 commit 618d391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
inputs:
77
pa_ref:
88
description: 'Puppet Agent SHA to use in this run'
9+
required: true
910

1011
jobs:
1112
set_output_data:

0 commit comments

Comments
 (0)