Skip to content

Commit

Permalink
Add beaker_facter input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 10, 2023
1 parent 4af395c commit 9e2b336
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ on:
default: docker
required: false
type: string
beaker_facter:
description: Expand the Beaker matrix based on a fact
default: ''
required: false
type: string
domain:
description: The domain that will be used for the beaker instances
default: "example.com"
Expand Down Expand Up @@ -91,7 +96,8 @@ jobs:
if: ${{ inputs.rubocop }}
- name: Setup Test Matrix
id: get-outputs
run: bundle exec metadata2gha --domain ${{ inputs.domain }} --pidfile-workaround ${{ inputs.pidfile_workaround }}
# TODO: --beaker-facter ${{ inputs.beaker_facter }} if set
run: bundle exec metadata2gha --domain ${{ inputs.domain }} --pidfile-workaround ${{ inputs.pidfile_workaround }} ${{ inputs.beaker_facter }}

unit:
defaults:
Expand Down

0 comments on commit 9e2b336

Please sign in to comment.