Skip to content

Commit

Permalink
Merge pull request #53 from StatensPensjonskasse/add-metadata2gha-opt…
Browse files Browse the repository at this point in the history
…ion-beaker-hosts

Support new metadata2gha option beaker-hosts
  • Loading branch information
bastelfreak authored Apr 25, 2024
2 parents 80cac52 + a5d2582 commit 4c46421
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ on:
default: 'false'
required: false
type: string
beaker_hosts:
description: Expand the Beaker setfile with hosts and roles
default: 'false'
required: false
type: string
domain:
description: The domain that will be used for the beaker instances
default: "example.com"
Expand Down Expand Up @@ -102,7 +107,7 @@ jobs:
if: ${{ inputs.rubocop }}
- name: Setup Test Matrix
id: get-outputs
run: bundle exec metadata2gha --domain ${{ inputs.domain }} --pidfile-workaround ${{ inputs.pidfile_workaround }} --beaker-facter "${{ inputs.beaker_facter }}"
run: bundle exec metadata2gha --domain ${{ inputs.domain }} --pidfile-workaround ${{ inputs.pidfile_workaround }} --beaker-facter "${{ inputs.beaker_facter }}" --beaker-hosts "${{ inputs.beaker_hosts }}"

unit:
defaults:
Expand Down

0 comments on commit 4c46421

Please sign in to comment.