Skip to content

Commit

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

name: deploy-common

on: [ workflow_call ]
inputs:
destination:
description: 'Ansible host'
required: true

jobs:
runs:
deploy:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 9627f98

Please sign in to comment.