From e3d3d03a8c7c428aaa2751b8d69644a01ed8fc4d Mon Sep 17 00:00:00 2001 From: jcpitre Date: Thu, 7 Nov 2024 23:14:44 -0500 Subject: [PATCH] Improved documentation a bit. --- .github/actions/extract-1password-secret/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/extract-1password-secret/action.yml b/.github/actions/extract-1password-secret/action.yml index 04d29f17fc..08ce31e73d 100644 --- a/.github/actions/extract-1password-secret/action.yml +++ b/.github/actions/extract-1password-secret/action.yml @@ -17,10 +17,10 @@ inputs: runs: using: 'composite' steps: - - name: Extract value for specific key - id: extract_value + - name: Extract 1password secret references for specific variables + id: extract_secret_references shell: bash - # One possible error is that the specified variable name does not exist in the ONE_PASSWORD_SECRET_REFERENCES variable + # One possible error is that the specified variable name does not exist in the ONE_PASSWORD_SECRET_REFERENCES variable. # In that case just go over it continue-on-error: true run: |