From 58019a5c68f8c1dcfb5e220fd64fd1edb9254672 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 26 Jul 2026 10:45:06 +0200 Subject: [PATCH] Fix distro typo and bump pinned version in README usage example Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acfe4bf..b178833 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ on: jobs: integration: name: Integration - uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.0.0 + uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.6.1 with: - distros: '[ "debian13", "debian12", "ubuntu2404", "ubuntu22204" ]' + distros: '[ "debian13", "debian12", "ubuntu2404", "ubuntu2204" ]' ``` ## Ansible Galaxy