Skip to content

Commit

Permalink
Add inputs requested
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Sep 20, 2024
1 parent b0fd0ce commit 547c70b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/workflows/Puppet_module_builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
run-name: Build Wazuh Puppet module ${{ inputs.BRANCH_NAME }} - Launched by @${{ github.actor }}
run-name: Puppet module ${{ inputs.is_stage && ' - is stage' || '' }}${{ inputs.checksum && ' - checksum' || '' }} ${{ inputs.id }}
name: Puppet Module Builder

on:
Expand All @@ -12,6 +12,31 @@ on:
description: "Is stage ?"
type: boolean
default: false
checksum:
description: "Checksum ?"
type: boolean
default: false
id:
description: "ID used to identify the workflow uniquely."
type: string
required: false
workflow_call:
inputs:
upload:
description: "Upload ?"
type: boolean
default: false
is_stage:
description: "Is stage ?"
type: boolean
default: false
checksum:
description: "Checksum ?"
type: boolean
default: false
id:
type: string
required: false

permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit 547c70b

Please sign in to comment.