Skip to content

Commit

Permalink
fix: stringify secret outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 26, 2024
1 parent 1a8dd55 commit 0d3bdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/gcp-gsm-load-secrets/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
outputs:
secrets:
description: "Secrets loaded from Secret Manager"
value: ${{ steps.secrets.outputs.secrets }}
value: ${{ toJSON(steps.secrets.outputs.secrets) }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 0d3bdc2

Please sign in to comment.