diff options
author | Luchi <39198766+luchihoratiu@users.noreply.github.com> | 2022-01-12 17:16:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 17:16:42 +0200 |
commit | 593e93faca594c10b4589db22ceb7098946f60e3 (patch) | |
tree | 46e5b31bbb7b6612069b3997117dea26fbe9be12 | |
parent | 49d0c59fd7ba8a6d6ae081d78a0c08dbf76f8584 (diff) | |
parent | 618d391dfe6ae4a62a0e7b629d30bcc8d71a06e9 (diff) | |
download | puppet-sshkeys_core-593e93faca594c10b4589db22ceb7098946f60e3.tar.gz puppet-sshkeys_core-593e93faca594c10b4589db22ceb7098946f60e3.tar.bz2 |
Merge pull request #58 from BobosilaVictor/maint/make-dispatch-required
(main) Make dispatch workflow parameter mandatory
-rw-r--r-- | .github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml | 1 |
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: |