Skip to content

Commit

Permalink
x16
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 2e44f0f commit 85df637
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ inputs:
runs:
using: 'composite'
steps:
- name: Install Ansible
run: echo ${{ inputs.destination }}
- name: Checkout
use: actions/checkout@v2

- name: Test Ansible
shell: bash
run: ansible-playbook --help


# -
# run: echo ${{ inputs.destination }}
# shell: bash

0 comments on commit 85df637

Please sign in to comment.