diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1f2299f..4087cad 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,6 +1,10 @@ on: workflow_call: inputs: + runs-on: + required: true + type: string + default: "ubuntu-latest" visibility: required: false type: string @@ -32,7 +36,7 @@ on: jobs: inventory: - runs-on: ubuntu-latest + runs-on: ${{ inputs.runs-on }} outputs: systems: ${{ steps.inventory.outputs.systems }}