Skip to content

Commit

Permalink
fix: i forgor a bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 27, 2024
1 parent 75d344c commit 3a802c7
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 @@ -49,4 +49,4 @@ runs:
with:
script: |
console.log('test')
console.log('${{ toJSON(steps.secrets.outputs) }')
console.log('${{ toJSON(steps.secrets.outputs) }}')

0 comments on commit 3a802c7

Please sign in to comment.