Skip to content

Commit

Permalink
x14
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent f480153 commit 6fa6058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

name: deploy-common


inputs:
destination:
description: 'Ansible host'
required: true

runs:
using: 'composite'
shell: bash
steps:
- name: Install Ansible
run: echo ${{ inputs.destination }}

0 comments on commit 6fa6058

Please sign in to comment.