doc(action): fix usage example

This commit is contained in:
Julien Dessaux 2025-04-26 15:20:45 +02:00
parent 1e8add815a
commit 193a610536
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -6,7 +6,7 @@ as well as tofu tests on the repository of an OpenTofu module.
## Usage example ## Usage example
``` yaml ``` 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: with:
aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}" aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}"
aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}" aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"