Skip to content

Commit

Permalink
Merge pull request #1134 from wazuh/enhancement/1133-add-puppet-ref-i…
Browse files Browse the repository at this point in the history
…nput

Add wazuh-puppet ref input to builder workflow
  • Loading branch information
teddytpc1 authored Oct 8, 2024
2 parents 911ca3c + c08d95d commit 7cac0b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/Puppet_module_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
description: "Checksum ?"
type: boolean
default: false
wazuh_puppet_reference:
description: "wazuh-puppet reference"
type: string
default: "4.10.0"
required: false
id:
description: "ID used to identify the workflow uniquely."
type: string
Expand All @@ -34,6 +39,11 @@ on:
description: "Checksum ?"
type: boolean
default: false
wazuh_puppet_reference:
description: "wazuh-puppet reference"
type: string
default: "4.10.0"
required: false
id:
type: string
required: false
Expand All @@ -51,6 +61,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ inputs.wazuh_puppet_reference }}

- name: View parameters
run: echo "${{ toJson(inputs) }}"
Expand Down

0 comments on commit 7cac0b3

Please sign in to comment.