From 193a6105367eec2108c43732422cef9a257e5a24 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 26 Apr 2025 15:20:45 +0200 Subject: [PATCH] doc(action): fix usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3746f3c..23ce99d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ as well as tofu tests on the repository of an OpenTofu module. ## Usage example ``` yaml -- uses: "https://git.adyxax.org/adyxax/action-tofu-test@1.1.1" +- uses: "https://git.adyxax.org/adyxax/action-tofu-test@1.0.0" with: aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}" aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"