Skip to content

Commit

Permalink
debug: just see if basic stuff works
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 27, 2024
1 parent 94084cb commit 3c06aa3
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 @@ -48,7 +48,7 @@ runs:
uses: "actions/github-script@v7"
with:
script: |
console.log('${{ toJSON(steps.secrets.outputs) }}');
console.log('test');
// const secrets = JSON.parse('${{ toJSON(steps.secrets.outputs) }}');
// for (const [key, value] of Object.entries(secrets)) {
// core.setOutput(key, value);
Expand Down

0 comments on commit 3c06aa3

Please sign in to comment.