From 7f76af1144a0bd46d1f221b46136847dfdcc3826 Mon Sep 17 00:00:00 2001 From: Ozzy Date: Fri, 13 Sep 2024 11:41:56 +0100 Subject: [PATCH] Rename --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 0cafbc4..9d767d0 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -22,6 +22,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Ansible lint - uses: ansible/ansible_lint.yaml@main + uses: ansible/ansible_lint@main with: args: '-p playbooks' \ No newline at end of file