From 94fe6da60688c7dcbda831317d969364d60778d6 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 4 Feb 2024 20:53:51 -0800 Subject: [PATCH] Update README.md Fix mistakes in example actions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e964251..035f6c49 100644 --- a/README.md +++ b/README.md @@ -251,8 +251,8 @@ helm release expansion enabled. ```yaml - name: Setup Flux CLI - uses: fluxcd/flux2/action@v2 -- uses: allenporter/flux-local/test@2.0.0 + uses: fluxcd/flux2/action@v2.2.2 +- uses: allenporter/flux-local/action/test@4.3.1 with: path: clusters/prod enable-helm: true