Skip to content

Commit

Permalink
playbook.yaml instead of playbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Apr 20, 2022
1 parent 86ddcfd commit 81818c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: dawidd6/action-ansible-playbook@v2
with:
playbook: playbook.yml
playbook: playbook.yaml
directory: ./deployment
key: ${{ secrets.SSH_KEY }}
inventory: |
Expand Down

0 comments on commit 81818c0

Please sign in to comment.