diff --git a/.github/actions/deploy-common/action.yaml b/.github/actions/deploy-common/action.yaml index e742154..86fc0b0 100644 --- a/.github/actions/deploy-common/action.yaml +++ b/.github/actions/deploy-common/action.yaml @@ -2,9 +2,12 @@ name: deploy-common -on: [ workflow_call ] +inputs: + destination: + description: 'Ansible host' + required: true -jobs: +runs: deploy: runs-on: ubuntu-latest