Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client auto update #1052

Merged
merged 11 commits into from
Jul 25, 2023
2 changes: 1 addition & 1 deletion .github/workflows/client-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
uses: dawidd6/[email protected]
with:
playbook: scripts/ansible/client-auto-update.yml
playbook: scripts/ansible/client-auto-update-playbook.yml
directory: ./
key: ${{ secrets.ANSIBLE_SSH_PRIVATE_KEY }}
inventory: ${{ secrets.ANSIBLE_INVENTORY }}
Expand Down
Loading