From 211132e91f79426238b98efdbfd76e7d00aaf45f Mon Sep 17 00:00:00 2001 From: Geoffrey Richard Date: Tue, 19 Aug 2025 20:02:05 +0200 Subject: [PATCH] =?UTF-8?q?Typo=20in=20the=20example=20with=20step?= =?UTF-8?q?=E2=80=99s=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The missing « s » makes the action fail in the example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e7c76..51d16e9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - name: Load secret - id: load_secret + id: load_secrets uses: 1password/load-secrets-action@v3 env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}