Skip to content

Commit

Permalink
typo: export to env
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Sep 22, 2024
1 parent ba3944b commit 51349ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/load-secret-from-gsm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ runs:
uses: "google-github-actions/get-secretmanager-secrets@v2"
with:
secrets: ${{ inputs.secrets-to-inject }}
export-to-environment: ${{ inputs.export-to-environment }}
export_to_environment: ${{ inputs.export-to-environment }}

0 comments on commit 51349ec

Please sign in to comment.