Skip to content

Commit

Permalink
Improved documentation a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Nov 8, 2024
1 parent f3d1746 commit e3d3d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/extract-1password-secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e3d3d03

Please sign in to comment.