Skip to content

Commit

Permalink
x13
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 9627f98 commit f480153
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ inputs:
required: true

runs:
deploy:
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v2

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

0 comments on commit f480153

Please sign in to comment.