Typo in the example with step’s output

The missing « s » makes the action fail in the example.
This commit is contained in:
Geoffrey Richard
2025-08-19 20:02:05 +02:00
committed by GitHub
parent 13f58eec61
commit 211132e91f

View File

@@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Load secret - name: Load secret
id: load_secret id: load_secrets
uses: 1password/load-secrets-action@v3 uses: 1password/load-secrets-action@v3
env: env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}